首页 > 其他 > 详细

报错:'Navigator is deprecated and has been removed from this package. It can now be installed

时间:2017-12-20 19:37:37      阅读:200      评论:0      收藏:0      [点我收藏+]

报错:‘Navigator is deprecated and has been removed from this package. It can now be installed ‘ +
           ‘and imported from `react-native-deprecated-custom-components` instead of `react-native`. ‘ +

          ‘Learn about alternative navigation solutions at http://facebook.github.io/react-native/docs/navigation.html‘

 

这是因为版本升级到0.43以上的话,Navigator不能直接从react-native里面获取了,

解决方案:

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

然后在引用的地方

import {Navigator} from react-native-deprecated-custom-components

报错:'Navigator is deprecated and has been removed from this package. It can now be installed

原文:http://www.cnblogs.com/wudan7/p/8075337.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!