devStar9211

Results 4 comments of devStar9211

I solved this problem by removing componentWillReceiveProps function. But I am not sure why this happens, anybody has got idea about this?

You should find this in .../node_modules/react-native-swiper/src/index.js ``` componentWillReceiveProps (nextProps) { if (!nextProps.autoplay && this.autoplayTimer) clearTimeout(this.autoplayTimer) this.setState(this.initState(nextProps, this.props.index !== nextProps.index)) } ``` plz remove this and try again, it will be...

any solution ? I'm also stuck with this !!!

I found solution. Plz add `System Header Search Path` like below `"${PODS_ROOT}/../../node_modules/react-native-star-io10/ios/libs/StarIO10.xcframework"`