This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Support for Nested Navigators? #7
Comments
Can you try master and see if it still happens? Note that master compatible with |
I can confirm this is an issue on the latest master on both react-navigation ( I tried the obvious fix of checking if
|
Will this be fixed anytime soon? |
+1, when using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I have a single stack Navigator, I don't get any runtime issues:
But when I have multiple navigators nested, such as:
When I try to load up a route provided by
AnotherNavigator
I get the following runtime error:I tried wrapping just the main navigator in
enhance
, both navigators inenhance
, but they produce the same error.The text was updated successfully, but these errors were encountered: