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
The navigator will break navigation on IOS when a new Frame instance is created somewhere. For instance when showing a modal that is structured like so:
And then closing the modal, all navigation stops, at least on IOS. My guess is due to the fact the navigator cannot find the 'default' Frame anymore, or it is using the frame of the closed and discarded modal. Resulting in errors.
The text was updated successfully, but these errors were encountered:
The fix seems to be to set the id and ref of the modal Frame to something other than 'default'. Might be useful to put into the docs or something. Or for any future visitors :)
Lehren
changed the title
Navigator loses Frame reference when displaying multiple Frames
Navigator loses Frame reference when displaying multiple Frames on IOS
Jan 27, 2020
The navigator will break navigation on IOS when a new Frame instance is created somewhere. For instance when showing a modal that is structured like so:
And then closing the modal, all navigation stops, at least on IOS. My guess is due to the fact the navigator cannot find the 'default' Frame anymore, or it is using the frame of the closed and discarded modal. Resulting in errors.
The text was updated successfully, but these errors were encountered: