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 c2f9015 commit 05d2e73Copy full SHA for 05d2e73
src/components/Picker.js
@@ -14,17 +14,17 @@ import {
14
TouchableOpacity,
15
Text,
16
Image,
17
- FlatList,
18
TextInput,
19
Dimensions,
20
- ScrollView,
21
Modal,
22
ActivityIndicator,
23
BackHandler,
24
Platform,
25
StyleSheet,
26
} from 'react-native';
27
+import { FlatList, ScrollView } from 'react-native-gesture-handler';
+
28
const { height: WINDOW_HEIGHT } = Dimensions.get('window');
29
30
import Colors from '../constants/colors';
0 commit comments