Replies: 1 comment
-
Hi @Cu-Toof, it's hard to provide help without some code. Can you please build a very simple app that demonstrates your situation and shows the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing a feature that receive notification and move to a screen.
I have a tabview that have 3 tab A B C
In tabview, when notification is received, move to tab B and remove all path.
But I'm in tab A or C and a screen is presenting. I have to dismiss this screen to show B
I used to Coordinator Pattern and deeplink is easy handled.
Please tell me if you have any way to handle deeplink from root view.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions