diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-14 16:42:56 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-14 16:42:56 -0700 |
commit | e5e6328a1189ebb3f78e6eee4213e0b0519f716a (patch) | |
tree | 10062d8e91a5bade91811ab25e1d3967c51aa42e /src/screens/main/NotificationsScreen.tsx | |
parent | 25b32b82d056ab4e70c937282b73fb7d4c900552 (diff) |
moved user from contacts code to legacy
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 7e2f082c..bce48ef2 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -259,9 +259,7 @@ const NotificationsScreen: React.FC = () => { onPress={async () => { const permission = await checkPermission(); if (permission === 'authorized') { - navigation.navigate('InviteFriendsScreen', { - screenType: ScreenType.Profile, - }); + navigation.navigate('InviteFriendsScreen'); } else { Alert.alert( '"Tagg" Would Like to Access Your Contacts', |