Add bottom padding to threads
parent
d7b1a2e0ee
commit
31a4fcc91c
|
@ -83,6 +83,7 @@ export const PostThread = observer(function PostThread({
|
|||
onLayout={onLayout}
|
||||
onScrollToIndexFailed={onScrollToIndexFailed}
|
||||
style={{flex: 1}}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue