Skip to content

Commit 35e05f2

Browse files
committed
fix: commands list scrollability
1 parent ad1d08d commit 35e05f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React, { useCallback, useMemo } from 'react';
2-
import { FlatList, StyleSheet } from 'react-native';
2+
import { StyleSheet } from 'react-native';
3+
4+
import { FlatList } from 'react-native-gesture-handler';
35

46
import Animated, { LinearTransition, ZoomIn, ZoomOut } from 'react-native-reanimated';
57

0 commit comments

Comments
 (0)