react-native-image-slider-box
react-native-image-slider-box copied to clipboard
Sometimes Images Are not Loading
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"
Hi there, I am really gartitude for your compliment. I will check this issue.
thanks dear. please waiting for your updates.
hi, any updates dear?
Same here. It shows blank and I have to tap it to appear the image.
Version 1.0.11
I faced this problem also
The same here...
The same here...
The same here...
I have an issue in android no images are loading if image not cached but in iOS working perfectly.
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 } ]
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.
any updates ?????
I am getting the same :-(
any updates ?????
use FastImage package