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

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

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

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

此文仅为鄙人学习笔记之用,朋友你来了,如有不明白或者建议又或者想给我指点一二,请私信我。liuw_flexi@163.com/QQ群:582039935. 我的gitHub: (学习代码都在gitHub) https://github.com/nwgdegitHub/
原文地址:https://www.cnblogs.com/liuw-flexi/p/11661213.html