Warning: ViewPagerAndroid has been extracted

clipboard.png

版本:

react : 16.8.3
react-native : 0.59.1
react-native-swiper : ^1.5.14

报错 -
Warning: ViewPagerAndroid has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/viewpager' instead of 'react-native'. See https://github.com/react-nati...

复现:
Run the application using react-native run-android

目前方案:
安装 react-native-viewpager 详情见☞ https://github.com/react-nati...
link依赖
修改.node_modulesreact-native-swipersrcindex.js中的 ViewPagerAndroid 组件为 ViewPager (别忘了先引用 : import ViewPager from "@react-native-community/viewpager";)

阅读 4.7k
1 个回答

可行,react-native 0.6+;注意安装 @react-native-community/viewpager 而不是react-native-viewpager

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题