Remove Notifications page from App.js
This commit is contained in:
parent
7f99ac8845
commit
db54b13fd2
|
@ -142,7 +142,6 @@ const App = (props) => {
|
||||||
<Stack.Screen name="ViewComments" component={ViewComments}/>
|
<Stack.Screen name="ViewComments" component={ViewComments}/>
|
||||||
<Stack.Screen name="ViewProfile" component={ViewProfile}/>
|
<Stack.Screen name="ViewProfile" component={ViewProfile}/>
|
||||||
<Stack.Screen name="ViewHashtag" component={ViewHashtag}/>
|
<Stack.Screen name="ViewHashtag" component={ViewHashtag}/>
|
||||||
<Stack.Screen name="Notifications" component={Notifications}/>
|
|
||||||
<Stack.Screen name="UserList" component={UserList}/>
|
<Stack.Screen name="UserList" component={UserList}/>
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
</NavigationContainer>
|
</NavigationContainer>
|
||||||
|
|
Loading…
Reference in New Issue