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
When I call the Pop() method by a click handler or calling manually in my code works.
But when I try to go back using the gestures ( swiping left to right ) this happens:
I don't need this feature now, but I though it was nice to report it
The text was updated successfully, but these errors were encountered:
I tried that already, thought the same thing but the still got the error.
I debugged it now and discovered that somewhere the React object it is been overwrited and losing the components added to it by the "ugly hack" ( hahah ).
After I include NavigationActions manually, worked even with the new statment which is something that I don't understand why doesn't throw an error there.
When I call the
Pop()
method by a click handler or calling manually in my code works.But when I try to go back using the gestures ( swiping left to right ) this happens:
I don't need this feature now, but I though it was nice to report it
The text was updated successfully, but these errors were encountered: