add 10px more padding (#8345)

This commit is contained in:
Samuel Newman
2025-05-07 21:49:49 +03:00
committed by GitHub
parent f1372abec5
commit 0b06a93833
+1 -3
View File
@@ -298,9 +298,7 @@ export const InnerFlatList = React.forwardRef<
<List <List
keyboardShouldPersistTaps="handled" keyboardShouldPersistTaps="handled"
bounces={nativeSnapPoint === BottomSheetSnapPoint.Full} bounces={nativeSnapPoint === BottomSheetSnapPoint.Full}
ListFooterComponent={ ListFooterComponent={<View style={{height: insets.bottom + 100}} />}
<View style={{height: insets.bottom + a.pt_5xl.paddingTop + 50}} />
}
ref={ref} ref={ref}
{...props} {...props}
style={[style]} style={[style]}