intellidev1991 / react-native-image-slider-box

A simple and fully customizable React Native component that implements an Image Slider UI.
MIT License
270 stars 99 forks source link

Sometimes Images Are not Loading #22

Open anoopnockson opened 4 years ago

anoopnockson commented 4 years ago

Screenshot_1

hi, really thanks for the component. working perfectly for me but some times images are not loading showing loading indicator like the image shown. my code is as follows.

<SliderBox images={this.state.photos} sliderBoxHeight={500} dotColor="#FFEE58" inactiveDotColor="#90A4AE" paginationBoxVerticalPadding={20} circleLoop autoplay resizeMethod={'resize'} resizeMode={'contain'} ImageComponentStyle={{ borderRadius: 15, width: '100%' }} />

when i browse the link i am able to view the image. please help. thanks

version : "react-native-image-slider-box": "^1.0.12"

intellidev1991 commented 4 years ago

Hi there, I am really gartitude for your compliment. I will check this issue.

anoopnockson commented 4 years ago

thanks dear. please waiting for your updates.

anoopnockson commented 4 years ago

hi, any updates dear?

mtebele commented 4 years ago

Same here. It shows blank and I have to tap it to appear the image.

Version 1.0.11

ethanloh95 commented 4 years ago

I faced this problem also

vannestepieter commented 4 years ago

The same here...

claudiozam commented 4 years ago

The same here...

HarshitPKing commented 4 years ago

The same here...

HarshitPKing commented 4 years ago

I have an issue in android no images are loading if image not cached but in iOS working perfectly.

sumit1317 commented 4 years ago

Images not loading on Android. My images array is - [ { "id": 5, "url": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTxagZhGzoYmX59Y1ouJdWN7QnwO5EK6Uk5KQfshINj74OeMQMm&usqp=CAU", "status": 1, "epochValue": 1591796802307, "displayName": "Ajay", "shortURL": null }, { "id": 6, "url": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcS9LaIJ5_R6VgfpMlqz5f5ROoBIGbCUNxAO2UsN61HzKUapdiVf&usqp=CAU", "status": 1, "epochValue": 1591796802307, "displayName": "Anil", "shortURL": null } ]

fadidevv commented 4 years ago

Screenshot_1

hi, really thanks for the component. working perfectly for me but some times images are not loading showing loading indicator like the image shown. my code is as follows.

<SliderBox images={this.state.photos} sliderBoxHeight={500} dotColor="#FFEE58" inactiveDotColor="#90A4AE" paginationBoxVerticalPadding={20} circleLoop autoplay resizeMethod={'resize'} resizeMode={'contain'} ImageComponentStyle={{ borderRadius: 15, width: '100%' }} />

when i browse the link i am able to view the image. please help. thanks

version : "react-native-image-slider-box": "^1.0.12"

The solution is to pass 'useScrollView' prop to fix this issue i figure-out after debugging @intellidev1991 should add this prop on documentations to fix this issue also this prop is from react-native-snap-carousel which this component uses heavily.

anoopnockson commented 4 years ago

any updates ?????

VikasSahu commented 4 years ago

I am getting the same :-(

Saidfatah commented 3 years ago

any updates ?????

use FastImage package