Browse Source

Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into new-maps

Viktoriia 8 months ago
parent
commit
33e8a9e698
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Route.tsx

+ 5 - 1
Route.tsx

@@ -239,7 +239,7 @@ const Route = () => {
     cardStyle: { backgroundColor: 'white' },
     unmountOnBlur: true,
     gestureEnabled: Platform.OS === 'ios' ? true : false,
-    lazy: false,
+    lazy: false
   });
 
   const regionViewScreenOptions = {
@@ -428,6 +428,10 @@ const Route = () => {
               name={NAVIGATION_PAGES.NOTIFICATIONS}
               component={NotificationsScreen}
             />
+            <ScreenStack.Screen
+              name={NAVIGATION_PAGES.FRIENDS_NOTIFICATIONS}
+              component={FriendsNotificationsScreen}
+            />
           </ScreenStack.Navigator>
         )}
       </BottomTab.Screen>