tiero / react-native-360

A React Native wrapper for Google VR Cardboard SDK
MIT License
141 stars 38 forks source link

how to render network url in PanoramaView? #29

Open rupi9191 opened 5 years ago

rupi9191 commented 5 years ago

Unable to render network url of image in PanoramView <Panorama image={{ uri: 'https://cdn.gearpatrol.com/wp-content/uploads/2018/04/10-Best-Car-Interiors-gear-patrol-lead-full.jpg'}} /> Also tried with imageUrl prop

Nothing worked out, could anyone help?

rodymolenaar commented 5 years ago

Hi @rupi9191, it looks like react-native-360 doesn't support loading remote panorama images from the readme. We've been using our own implementation after reviewing this one, which I just published publically: @lightbasenl/react-native-panorama-view. You might want to have a look.