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 video associated with live photo? #90

Open FrikkieSnyman opened 6 years ago

FrikkieSnyman commented 6 years ago

Hi

I am trying to get access to the video file that is associated with a live photo. How do I go about this? I've been trying to get a uri for the video file with no success.

Thanks in advance

FrikkieSnyman commented 6 years ago

For anyone else struggling with this in the future, I made a fork here:

https://github.com/relivecc/react-native-photos-framework

If includeMetadata is set to true when calling getAssets, then it will return a videoUrl with the resource in the resourcesMetadata array