DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.24k stars 1.51k forks source link

Image from S3 not showing on TestFlight #706

Open ajanmot opened 4 years ago

ajanmot commented 4 years ago

I'm working on an application in React Native that requires to display images from the network. These images are stored on an S3 bucket that I own.

When I try to display the images on my simulator everything goes perfectly. However when I test my code on TestFlight (same behavior on android) no image is displayed.

Here are the tracks I have already explored : My guess would be that the problem is due to an error in the HTTPS certificate? I've also tested it on Amazon Cloud Front and got the same result.

Do you have any idea what could cause this error and an idea for the solution.

Thank you for your time,

euharrison commented 4 years ago

https://stackoverflow.com/questions/38153335/react-native-loading-image-over-https-works-while-http-does-not-work

carlosalcoro commented 1 month ago

hello ! i'm facing the same problem, did you manage to solve it ? thanks !