react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Preventing keyboard from dismissing with FlatList in BottomSheet
Inside my <BottomSheet> I have a <FlatList> (imported from react-native-gesture-handler
) with keyboardShouldPersistTaps="always"
, and yet when i start scrolling on this <FlatList>, the keyboard dismisses. Is there something I need to do with the props of <BottomSheet> to prevent this from happening?