meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

Minor: replace the http with https in the README #90

Open peteroid opened 6 years ago

peteroid commented 6 years ago

I was wondering why the gallery always showed "cannot be displayed" when I just copied and pasted the code from the README. It works when I replace the http:// with https://. I was using iOS simulator which block http scheme url by default.