DylanVann / react-native-fast-image

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

can not load the url Image #737

Open lvshaoping007 opened 3 years ago

lvshaoping007 commented 3 years ago

Describe the bug A clear and concise description of what the bug is. can not load the Image To Reproduce Steps to reproduce the behavior if possible, or a link to a reproduction repo: just use like this ,but in iphone real machine , it dose not show. and in IOS Emulator and android work well <FastImage style={{width: ux(180),height:ux(180)}} source={{uri: "https://cloudflare-ipfs.com/ipfs/QmcFkLf1qk1QdrJJzqQxP2qRL45V8XomzGcZVdGXNyvxfj"}} /> Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Dependency versions

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

IOS Emulator and Android Real machine can show well . but in iOS Real machine , it can not showed . can you help me ? https://cloudflare-ipfs.com/ipfs/QmcFkLf1qk1QdrJJzqQxP2qRL45V8XomzGcZVdGXNyvxfj

pedreviljoen commented 3 years ago

+1 Also experiencing the same

Monir-Shembesh commented 3 years ago

did you figure whats the issue?