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
keyboardShouldPersistTaps="handled"
bounces={nativeSnapPoint === BottomSheetSnapPoint.Full}
ListFooterComponent={
<View style={{height: insets.bottom + a.pt_5xl.paddingTop + 50}} />
}
ListFooterComponent={<View style={{height: insets.bottom + 100}} />}
ref={ref}
{...props}
style={[style]}