add 10px more padding (#8345)
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user