Navigate to Multiple Scene #688
-
Hi @grahammendick, Am able to scene stateNavigation.navigate('A') to scene B but i cant stateNavigation.navigate('B') to scene C.All the scene are in the same stack. example: const stateNavigatorHomeScreen = new StateNavigator([
Am able to navigate from homeScreen to watchmovDetScreen1 but i cant navigate from watchmovDetScreen1 to fullMovieScreen1. Please help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, are you creating the |
Beta Was this translation helpful? Give feedback.
Hey, are you creating the
stateNavigatorHomeScreen
inside the render? Either move it out of the render or wrap it in auseMemo
. If that's not the problem could you give me more info about what's going wrong, please?