react-native-image-slider-box icon indicating copy to clipboard operation
react-native-image-slider-box copied to clipboard

Sometimes Images Are not Loading

Open anoopnockson opened this issue 5 years ago • 14 comments

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"

anoopnockson avatar Jan 25 '20 11:01 anoopnockson

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

intellidev1991 avatar Jan 25 '20 20:01 intellidev1991

thanks dear. please waiting for your updates.

anoopnockson avatar Jan 27 '20 03:01 anoopnockson

hi, any updates dear?

anoopnockson avatar Jan 30 '20 07:01 anoopnockson

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

Version 1.0.11

mtebele avatar Feb 06 '20 18:02 mtebele

I faced this problem also

ethanloh95 avatar Mar 18 '20 02:03 ethanloh95

The same here...

vannestepieter avatar Mar 23 '20 16:03 vannestepieter

The same here...

claudiozam avatar Mar 24 '20 20:03 claudiozam

The same here...

HarshitPKing avatar Apr 10 '20 07:04 HarshitPKing

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

HarshitPKing avatar Apr 20 '20 07:04 HarshitPKing

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 } ]

sumit1317 avatar Jun 11 '20 02:06 sumit1317

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.

fadidevv avatar Jun 24 '20 08:06 fadidevv

any updates ?????

anoopnockson avatar Jul 12 '20 13:07 anoopnockson

I am getting the same :-(

VikasSahu avatar Jul 24 '20 10:07 VikasSahu

any updates ?????

use FastImage package

Saidfatah avatar Aug 20 '20 18:08 Saidfatah