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