Skip to content

Commit 05d2e73

Browse files
authored
Use react-native-gesture-handler's ScrollView and FlatList.
1 parent c2f9015 commit 05d2e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Picker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ import {
1414
TouchableOpacity,
1515
Text,
1616
Image,
17-
FlatList,
1817
TextInput,
1918
Dimensions,
20-
ScrollView,
2119
Modal,
2220
ActivityIndicator,
2321
BackHandler,
2422
Platform,
2523
StyleSheet,
2624
} from 'react-native';
2725

26+
import { FlatList, ScrollView } from 'react-native-gesture-handler';
27+
2828
const { height: WINDOW_HEIGHT } = Dimensions.get('window');
2929

3030
import Colors from '../constants/colors';

0 commit comments

Comments
 (0)