Valtio and new tab menu

This commit is contained in:
aeroreyna
2022-03-24 22:00:00 -07:00
parent 0bee9204f2
commit 296c153b47
13 changed files with 93 additions and 66 deletions

View File

@@ -13,7 +13,7 @@ let SinglePost = ({ route }) => {
}, [route]);
return (post._id ? (
<ScrollView>
<Post post={post} viewer={route.params.viewer} />
<Post post={post}/>
</ScrollView>
) : null);
};