reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 327 forks source link

sing <Image /> on TV is network pictures cannot be loaded #754

Closed gakkiox closed 9 months ago

gakkiox commented 9 months ago

<Image style={{ width: 180, height: 250 }} onError={e=>{console.log(e)}} source={{ uri: "https://img.wemp4.com/vod/a/5de91e79b61d7.jpg" }} />

Images cannot be displayed normally with Image. This is the react-native version I use。. "react-native": "npm:react-native-tvos@0.72.4-0",