Update post thread aesthetics

This commit is contained in:
Paul Frazee 2022-08-31 21:02:12 -05:00
parent 6bec139679
commit 71594d069c
3 changed files with 118 additions and 101 deletions

View file

@ -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}