We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f2b35 commit cf747b4Copy full SHA for cf747b4
ActionSheet.android.js
@@ -1,11 +1,14 @@
1
'use strict';
2
3
import React, {
4
+ PropTypes,
5
+} from 'react';
6
+
7
+import {
8
Animated,
9
BackAndroid,
10
Easing,
11
PixelRatio,
- PropTypes,
12
StyleSheet,
13
Text,
14
TouchableOpacity,
ActionSheet.ios.js
@@ -1,6 +1,7 @@
-import React, {
+import React from 'react';
ActionSheetIOS,
View,
} from 'react-native';
0 commit comments