Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS Wrong view id and navigation state when navigating using swipe #21659

Open
Parveshdhull opened this issue Nov 21, 2024 · 1 comment
Open

Comments

@Parveshdhull
Copy link
Member

Parveshdhull commented Nov 21, 2024

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.

@Parveshdhull
Copy link
Member Author

related to #20471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant