-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deeplinking scheme conflict on Android #611
Comments
I am also currently having the problem that the app will show a choice for the user after successful login. |
@badsyntax thanks for the additional details! We've update the READMEs to reflect this change when implementing into a project that uses React Navigation deep linking. |
awesome thanks @masiddee ! |
I wasn't particularly happy with choosing a different scheme, so I found two different solutions:
Hopefully that's enough for anyone to figure out. Edit: my ongoing saga to solve option 2: https://stackoverflow.com/questions/68590629/how-to-dispatch-intent-to-mainactivity-from-another-activity-react-native |
Issue
Related to #494
I've added a detailed comment about the issue here: #494 (comment)
While this might not be seen as a "bug", I feel the documentation and Example should be updated to show how to integrate this library on Android with existing deeplinking integration already in place.
It would be great if:
Environment
The text was updated successfully, but these errors were encountered: