I am trying to do some deep linking so that when a user gets a push notification to go to their chat screen. I can get to the correct screen, though I was wondering if there is a good way to silently add other screens underneath.
The reason behind this is that our app has a structure where to get to the chat screen you have to have the home screen and then conversation screen and the chat and conversation screen both have a back button. Without the correct navigation stack the back button could get the user into a weird state.