Remove Notifications page from App.js

This commit is contained in:
Nat 2022-05-30 17:06:48 -07:00
parent 7f99ac8845
commit db54b13fd2
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ const App = (props) => {
<Stack.Screen name="ViewComments" component={ViewComments}/>
<Stack.Screen name="ViewProfile" component={ViewProfile}/>
<Stack.Screen name="ViewHashtag" component={ViewHashtag}/>
<Stack.Screen name="Notifications" component={Notifications}/>
<Stack.Screen name="UserList" component={UserList}/>
</Stack.Navigator>
</NavigationContainer>