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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: