react-native-image-page icon indicating copy to clipboard operation
react-native-image-page copied to clipboard

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

Open patiljignesh opened this issue 7 years ago • 1 comments

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

patiljignesh avatar Sep 01 '18 15:09 patiljignesh

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

Ali-Azizi avatar Mar 02 '19 18:03 Ali-Azizi