react-native-photos-framework icon indicating copy to clipboard operation
react-native-photos-framework copied to clipboard

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

Open srameshr opened this issue 7 years ago • 2 comments

srameshr avatar Oct 31 '17 09:10 srameshr

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

zdenham avatar May 26 '18 23:05 zdenham

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.

pdkn avatar Oct 24 '18 10:10 pdkn