码迷,mamicode.com
首页 > 其他好文 > 详细

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

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

标签:nav   ons   post   solution   component   save   pre   native   lte   

报错:‘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

标签:nav   ons   post   solution   component   save   pre   native   lte   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!