react-native-swiper使用的坑
滑稽zlx 人气:13今天使用引入react-native-swiper组件使用轮播图时,发现报如下错误:
Invarint Violation:ViewPagerAndroid has been removed from React Native.
上网查了下,最终使用如下方法解决:
- 移除掉remove react-native-swiper这个包:
yarn remove react-native-swiper
- 安装新包:
yarn add react-native-swiper@nightly
使用方法和引入包的名称和react-native-swiper完全一样,为什么这样的原因不详,但是成功解决了问题。
原文链接: https://segmentfault.com/a/1190000021225444
加载全部内容