react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

Preventing keyboard from dismissing with FlatList in BottomSheet

Open princefishthrower opened this issue 2 years ago • 0 comments

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?

princefishthrower avatar Jul 21 '22 20:07 princefishthrower