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