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.
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.