Add bottom padding to threads
This commit is contained in:
@@ -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}}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user