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

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹

Results 62 react-native-photos-framework issues
Sort by recently updated
recently updated
newest added

I'm trying to save a video into a specific album, I use similar structure for the images and that works but the videos do not get saved into a album....

I tried using this library today however the asset does not return the MimeType. And neither is it in the extension. I need the mimeType to upload it without using...

Addresses https://github.com/olofd/react-native-photos-framework/issues/90 If includeMetadata is set to true when calling getAssets, then it will return a videoUrl with the resource in the resourcesMetadata array

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...

The latest version on npm is still 1.0.8 and the fix for RN 0.48 is not yet applied.

I got an error trying to use this function from the readme but it seems to not exist. I searched the Repo and was able to find the get by...

I got this error during the installation ![image](https://user-images.githubusercontent.com/4539476/33092359-3bef7d68-cefa-11e7-854f-a158cd9ce0c0.png)

I have no moments on my test device, and when I query them the framework crashes. It seems like it tries to enumerate over something that should be empty to...

Hi there! If I save a .gif to iCloud, `getAssets` indeed returns a valid `photos://` uri and a `gif` mimeType, which is great... but passing this uri into the Image...

The docs state that `prepareForSizeDisplay` takes `Rect(width, height)` but that's not a thing in JavaScript. I tried supplying an Object instead but that also doesn't work. Can the docs be...