facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.25k stars 24.34k forks source link

Images Component need HTTPS for render image #24621

Closed xgqfrms closed 5 years ago

xgqfrms commented 5 years ago

🐛 Bug Report

Images Component need HTTPS for render image

https://github.com/facebook/react-native/edit/0.51-stable/docs/MoviesExample.json

{
      "posters": {
        "thumbnail": "http://resizing.flixster.com/DeLpPTAwX3O2LszOpeaMHjbzuAw=/53x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/16/47/11164719_ori.jpg",
        "profile": "http://resizing.flixster.com/DeLpPTAwX3O2LszOpeaMHjbzuAw=/53x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/16/47/11164719_ori.jpg",
        "detailed": "http://resizing.flixster.com/DeLpPTAwX3O2LszOpeaMHjbzuAw=/53x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/16/47/11164719_ori.jpg",
        "original": "http://resizing.flixster.com/DeLpPTAwX3O2LszOpeaMHjbzuAw=/53x77/dkpu1ddg7pbsk.cloudfront.net/movie/11/16/47/11164719_ori.jpg"
      }
}

wanted

https://cdn.xgqfrms.xyz/json/react-native/MoviesExample.json

image

react-native-bot commented 5 years ago

Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

👉 Click here if you want to take another look at the Bug Report issue template.

hey99xx commented 5 years ago

Movies example is deleted from RN. You're looking at an old version. It was removed sometime between 0.51 and 0.52.

xgqfrms commented 5 years ago

@hey99xx Anyway, Thanks a lot!