React Native Router Flux: navigate from main scene to child

前端 未结 2 1330
野性不改
野性不改 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:21

    I actually answered a very similar question here. The problem is that from the context of login you'd have access to Actions.tabbar and it would then route you to either a nested scene with the initial prop set to true, or the first nested scene in the stack. To see an example of what I am talking about refer to the link I included in the first line of this answer.

    Hope this helps! :)

提交回复
热议问题