chilijung / react-native-image-page

react-native image-carousel with zoom-pan gestures and full-screen support, work on both iOS and Android
20 stars 8 forks source link

Each ViewPager child must be a <View>. Was TouchableImage #13

Open patiljignesh opened 6 years ago

patiljignesh commented 6 years ago

Hi

I have receiving warnings for every image loading in the ImageCarousel.

Please assist. Thank you so much in advance.

<ImageCarousel height={hp('30%')} weight={wp('20%')} delay={4000} indicatorSize={5} indicatorOffset={-20} images={[ {uri: 'http://testapp.1231231213213.com/api/documents/'+ imageIds[0], headers: { Authorization: 'Bearer '+STORAGE_KEY } }, {uri: 'http://testapp.1231231213213.com/api/documents/'+ imageIds[1], headers: { Authorization: 'Bearer '+STORAGE_KEY } }]}/>

screenshot_1535817498

Ali-Azizi commented 5 years ago

I have the same problem in android. Is there anyway?