Kudo / react-native-image-carousell

A component for image gallery carousell like iOS Photos app
MIT License
96 stars 13 forks source link

preview images are not getting loaded in "IOS" #7

Closed Sarita-tnex closed 7 years ago

Sarita-tnex commented 7 years ago

I am trying to run project on ios but here my preview images are not getting load but its working in android is there any othere way or method so that I can load images.

    </View>
Kudo commented 7 years ago

@Sarita-tnex are your images in remote or local? If you try to access remote http URL (without SSL), please make sure your iOS ATS settings are correct.

masiamj commented 7 years ago

Running into the same issue. Works great with local images, but can't display anything retrieved dynamically. Any advice?

Sarita-tnex commented 7 years ago

@Kudo Issue is resolved.We had an issue the way we laid the css for components