Replies: 1 comment 4 replies
-
In my experience, separate the concerns. Have state storage somewhere that registers things, and consult that state on your welcome screen for optional forwarding after the App initial render. Now when your app starts from a remote message, a notification open, or a dynamic link open, your registered handlers are called and store that they were called in state storage. Then your welcome screen forwards. This pattern works in my app |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions