作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我使用这个例子在我的应用程序上实现 Image-slider 时,我遇到了这个错误。
import React,{Component} from 'react'
import {View,Text,TouchableOpacity, ViewPagerAndroid} from 'react-native'
import Infoslider from 'react-native-infoslider'
export default class example extends Component {
constructor(props) {
super(props);
this.state = {
data:[
{
title:"Hello World",
text:"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard",
image: require('../Images/Group.png')}
]
};
}
render() {
return (
<Infoslider
data={this.state.data} />
);
}
}
最佳答案
您应该将 react-native-swiper 模块更新为 nightly。然后,npm 清除缓存。
请遵循:
- cd android
- ./gradlew clean
- cd ..
- yarn remove react-native-swiper
- yarn add react-native-swiper@nightly
- rm -rf node_modules
- npm cache clean --force
- npm install
- react-native run-android
关于react-native - 不变违规 : ViewPagerAndroid has been removed from React Native .'react-native-viewpager' instead of 'react-native' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59680596/
与其说这是一个技术问题,不如说是一个政策问题。 开发应用程序时,如果附属机构提供的链接构成您内容的一部分,您是否可以显示该链接?例如,专门用于从 Affiliate Window 查找特定流派黑胶唱片
我是一名优秀的程序员,十分优秀!