Add bottom padding to threads

This commit is contained in:
Paul Frazee
2022-11-22 12:58:08 -06:00
parent b60406f960
commit 65e80556e8
+1
View File
@@ -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}}
/> />
) )
}) })