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 a case where I need to "come back" to routes I had last time I opened the app.
Here is the case:
I have the route "stack":
main_route -> home_route -> details_route
I kill the app. Open it again. After a successful biometric check, I want to return to the route stack.
I'm thinking about storing stackData as json locally, then read it, decode and push as new Routes. but I haven't found a way to do so yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a case where I need to "come back" to routes I had last time I opened the app.
Here is the case:
I have the route "stack":
main_route -> home_route -> details_route
I kill the app. Open it again. After a successful biometric check, I want to return to the route stack.
I'm thinking about storing stackData as json locally, then read it, decode and push as new Routes. but I haven't found a way to do so yet.
Beta Was this translation helpful? Give feedback.
All reactions