react-native 0.44以上版本已经移除了 Navigator哎

来源:1-6 Navigator的基本使用及页面间数据传递实现

学无止境乎

2017-07-27

react-native 0.44以上版本已经移除了 Navigator哎  老师能不能使用最新的https://reactnavigation.org/   重构一下呢  刚开始就卡在这里了

写回答

1回答

CrazyCodeBoy

2017-08-01

现在可以使用react-native-deprecated-custom-components中的Navigator:具体做法

从`react-native-deprecated-custom-components`导入Navigator;

npm i react-native-deprecated-custom-components --save 

然后:
import {Navigator} from 'react-native-deprecated-custom-components'


0
6
慕娘9010528
回复
慕粉125332611
我试了也报错,请问找到新的方法了么。刚起步,步履维艰。哈哈哈?
2018-12-01
共6条回复

React Native技术精讲与高质量上线App开发

一个真实的上线项目,一次完整的开发过程,全面掌握React Native技术

1577 学习 · 727 问题

查看课程