Update post thread aesthetics
This commit is contained in:
parent
6bec139679
commit
71594d069c
3 changed files with 118 additions and 101 deletions
|
@ -75,7 +75,7 @@ export const PostThread = observer(function PostThread({uri}: {uri: string}) {
|
|||
<PostThreadItem item={item} onPressShare={onPressShare} />
|
||||
)
|
||||
return (
|
||||
<View style={s.h100pct}>
|
||||
<View>
|
||||
<FlatList
|
||||
data={posts}
|
||||
keyExtractor={item => item._reactKey}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue