|
@@ -79,7 +79,8 @@ const linking = {
|
|
|
screens: {
|
|
screens: {
|
|
|
publicProfileView: '/profile/:userId',
|
|
publicProfileView: '/profile/:userId',
|
|
|
inAppEvent: '/event/:url',
|
|
inAppEvent: '/event/:url',
|
|
|
- inAppMapTab: '/map/:lon/:lat'
|
|
|
|
|
|
|
+ inAppMapTab: '/map/:lon/:lat',
|
|
|
|
|
+ inAppMessagesTab: '/messages'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|