-
Notifications
You must be signed in to change notification settings - Fork 7
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
Deep linking #5
Comments
This can be done by either
|
Is the document ready (even draft is fine)? I am writing integration test (using espresso) to test navigation between scenes. For example, create deep link: (skip splash scene ->) login scene -> register scene, and start with register scene first, then test press back will navigate back to login scene. Here is how I try to create deep link by providing another
And I know it looks like a hack, but I don't know how to create another navigator to wrap the 'main' Navigator that I want to test. |
Related to #4
It should be possible to deep link into an application, for example to navigate directly to a product detail page.
The text was updated successfully, but these errors were encountered: