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
In iOS, swipe navigation does not dispatch any events, which means we are unable to track the view-id and navigation state. Possible solutions:
Fix the issue after migrating to the react navigation library – Hopefully, this limitation is not present in that library.
Use an alternative approach, like React Native Navigation's componentDidAppear – This method might have other issues (e.g., firing twice or late), so we’ll need to investigate further.
The text was updated successfully, but these errors were encountered:
Bug Report
In iOS, swipe navigation does not dispatch any events, which means we are unable to track the view-id and navigation state. Possible solutions:
Fix the issue after migrating to the react navigation library – Hopefully, this limitation is not present in that library.
Use an alternative approach, like React Native Navigation's componentDidAppear – This method might have other issues (e.g., firing twice or late), so we’ll need to investigate further.
The text was updated successfully, but these errors were encountered: