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
When I navigate to the scene and press back button, it should minimize the app (works if I add scenes without the tab)
Actual behaviour
if my app shows the albumList screen, on back button press it will go to the previous screen always. If I declare the screens from the tab, it will work just fine, but obviously the tab swiping functionality is gone.
I call the screens Actions.replace('albumList') and I think thats where the problem is, but calling Actions.albumList() will not work as it gives me an error
There is no route defined for key albumList
How do I make sure that the scenes which are within the Tab have all the props like type working the way they work if I declare them outside the Tab?
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
When I navigate to the scene and press back button, it should minimize the app (works if I add scenes without the tab)
Actual behaviour
if my app shows the albumList screen, on back button press it will go to the previous screen always. If I declare the screens from the tab, it will work just fine, but obviously the tab swiping functionality is gone.
Code
Here is my router:
I call the screens
Actions.replace('albumList')
and I think thats where the problem is, but callingActions.albumList()
will not work as it gives me an errorHow do I make sure that the scenes which are within the Tab have all the props like type working the way they work if I declare them outside the Tab?
The text was updated successfully, but these errors were encountered: