React Native Router Flux: navigate from main scene to child

前端 未结 2 1328
野性不改
野性不改 2021-01-12 07:47

Version

  • react-native-router-flux v3.35.0
  • react-native v0.31

I have few scenes. one of scenes have few sub-scenes. how can i navigate

2条回答
  •  礼貌的吻别
    2021-01-12 08:18

    I've found that you can switch to inner tabs if you navigate to the tabbar first, e.g.:

    The first scene transition resets the scene to your tab bar, and would by default show your initial scene, the second transition then replaces your current scene due to how react-native-router-flux handles tab scene transitions.

提交回复
热议问题