You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 авг. 2017 г., в 18:19, Lucas Veiga ***@***.***> написал(а):
I'm using mobx to set which screen should I pop to when I finish a process.
On iOS works flawlessly, but on Android I get this error.
When I console what I'm passing to popTo it gives me the correct screen key.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I'm using
mobx
to set which screen should I pop to when I finish a process.When I console what I'm passing to
popTo
it gives me the correct screenkey
.Used to work on
beta12
and below.EDIT
Even with defined string it doesn't work:
Actions.popTo('home');
EDIT2
I found that this validation on line 206 on
navigationStore.js
is the cause of the issue:Commenting it just worked fine. Should I submit a PR?
The text was updated successfully, but these errors were encountered: