olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

How to get the actual file url instead of the photos:// #74

Open srameshr opened 6 years ago

zdenham commented 6 years ago

Any luck with this? I need actual file uri to upload texture to opengl, using photos:// uri causes crashes :/

pdkn commented 5 years ago

The issue is that some media might be in icloud and only have a thumbnail on device. if you look at the ajaxhelper it should help - https://github.com/olofd/react-native-photos-framework#ajax-helper.