Double Navigation Stacks
This commit is contained in:
@@ -36,6 +36,8 @@ let Feed = ({ navigation, route }) => {
|
||||
//console.log(posts)
|
||||
}, [route.params]);
|
||||
const renderPost = (({ item }) => {
|
||||
if(item.nonOrganicType === 'PopularUsers' || item.nonOrganicType === 'PopularGroups')
|
||||
return (<></>);
|
||||
return (<Post post={item} viewer={Me} />);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user