geek-prince / react-native-page-scrollview

对ScrollView的封装,可以很方便的实现水平,垂直分页轮播效果.而且可以自定义分页宽高,和侧边View的旋转,透明度,大小等.
MIT License
73 stars 25 forks source link

install后,import后,进入抛错了。 #6

Closed zuijiusi closed 5 years ago

zuijiusi commented 5 years ago

<PageScrollView style={{width:300,height:160}} imageArr={this.state.imgList} /> nvariant Violation: Invariant Violation: [145,"RCTView",91,{"width":"<>","height":0,"backgroundColor":0}] is not usable as a native method argument

geek-prince commented 5 years ago

你这边用的rn的版本是多少呢?

zuijiusi commented 5 years ago

你这边用的rn的版本是多少呢?

"react-native": "^0.58.6"

geek-prince commented 5 years ago

你是怎么使用这个组件的呢?这个具体要看一下你使用的方法,你把你的代码粘贴一下,我看看吧

quweifan commented 5 years ago

rn版本是:0.59.1 抛出异常:nvariant Violation: Invariant Violation: [145,"RCTView",91,{"width":"<>","height":0,"backgroundColor":0}] is not usable as a native method argument

geek-prince commented 5 years ago

你把你这个组件部分的代码粘贴一下,我看看吧