react-native-swiper使用的坑
Posted zhoulixiangblog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native-swiper使用的坑相关的知识,希望对你有一定的参考价值。
今天使用引入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
以上是关于react-native-swiper使用的坑的主要内容,如果未能解决你的问题,请参考以下文章
React Native 安卓开发----第三方框架的引用之React-native-Swiper框架实现欢迎页第五篇
react-native-swiper设定高度的方法(设置rn轮播图所占高度)