react 路径跳转组件不跳转_react 怎样跳转到另一个页面
跳转的主要方法:1.component 中添加这行代码 navigator.push({name:'In'})}>注册 navigator.push({name:'Forget'})}>忘记密码 onPress 主要运用于点击事件中。2.在运行的主页面中只能运行如下的componentconst thunkMiddleWare = (store) => (n...