on-drag for flatlist

This commit is contained in:
Samuel Newman
2024-09-30 15:32:21 +03:00
parent 54003e7dc5
commit 867bb1c852
+1
View File
@@ -284,6 +284,7 @@ export const InnerFlatList = React.forwardRef<
return (
<BottomSheetFlatList
keyboardShouldPersistTaps="handled"
keyboardDismissMode="on-drag"
contentContainerStyle={[a.pb_4xl, flatten(contentContainerStyle)]}
ListFooterComponent={
<View style={{height: insets.bottom + a.pt_5xl.paddingTop}} />