We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8fb85 commit 981e958Copy full SHA for 981e958
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-simple-dialogs",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Cross-platform simple dialogs for React Native based on the Modal component. ⚛",
5
"private": false,
6
"repository": {
src/ConfirmDialog.js
@@ -29,7 +29,7 @@ import {
29
Button,
30
Platform
31
} from 'react-native'
32
-const { OS } = Platform.OS;
+const { OS } = Platform;
33
34
import PropTypes from 'prop-types';
35
0 commit comments