当前位置:首页
> react-native-code-push 第2页
React Native--使用导航Navigator and NavigatorIOS
一、Navigator1、简单介绍:大多数时候我们都需要导航器来应对不同场景(页面)间的切换。它通过路由对象来分辨不同的场景,我们这里采用的就是renderScene方法,根据指定的路由来渲染。2、利用Navigator弹出用到的方法:(1 initialRoute={{ name: 'home',...