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

How can I handle push notification tap to redirect to particular route's view if I have multiple routes? #47

Open
iosYash opened this issue Jun 15, 2023 · 2 comments

Comments

@iosYash
Copy link

iosYash commented Jun 15, 2023

I have tabbar based application and each tab has individual route. Now I want to handle push notification, but how can I find specific view from routes stack and jump to particular view?

@iosYash
Copy link
Author

iosYash commented Oct 12, 2023

Any update on this?

@jimmy0251
Copy link
Member

I think push notification handling is not any different than the standard navigation stack. On push notification event, you can inspect current routes and based on that push or pop certain routes.

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

No branches or pull requests

2 participants