React Native 中不用手点击,代码实现切换底部tabBar

参考:https://www.jianshu.com/p/02c630ed7725

tabBar1页面有按钮,点击切换到tabBar2

直接用this.props.navigation.navigate('tabBar2'); //这里tabBar1,tabBar2都在createBottomTabNavigator中配置了

 

posted @ 2019-10-12 14:05  liuw_flexi  阅读(240)  评论(0编辑  收藏  举报