Skip to content

Commit 981e958

Browse files
committed
Fixing bug on ConfirmDialog platform
1 parent 1c8fb85 commit 981e958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-simple-dialogs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Cross-platform simple dialogs for React Native based on the Modal component. ⚛",
55
"private": false,
66
"repository": {

src/ConfirmDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
Button,
3030
Platform
3131
} from 'react-native'
32-
const { OS } = Platform.OS;
32+
const { OS } = Platform;
3333

3434
import PropTypes from 'prop-types';
3535

0 commit comments

Comments
 (0)