Add bottom padding to threads

zio/stable
Paul Frazee 2022-11-22 12:58:08 -06:00
parent d7b1a2e0ee
commit 31a4fcc91c
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ export const PostThread = observer(function PostThread({
onLayout={onLayout}
onScrollToIndexFailed={onScrollToIndexFailed}
style={{flex: 1}}
contentContainerStyle={{paddingBottom: 200}}
/>
)
})