Add bottom padding to threads
This commit is contained in:
parent
d7b1a2e0ee
commit
31a4fcc91c
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ export const PostThread = observer(function PostThread({
|
||||||
onLayout={onLayout}
|
onLayout={onLayout}
|
||||||
onScrollToIndexFailed={onScrollToIndexFailed}
|
onScrollToIndexFailed={onScrollToIndexFailed}
|
||||||
style={{flex: 1}}
|
style={{flex: 1}}
|
||||||
|
contentContainerStyle={{paddingBottom: 200}}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue