react-native-photos-framework
react-native-photos-framework copied to clipboard
A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
My install kept failing with this error on [email protected]: ``` /Users/chris.rowley/rn-project/node_modules/react-native-photos-framework/install.js:23 if (!plist.NSPhotoLibraryUsageDescription) { ^ TypeError: Cannot read property 'NSPhotoLibraryUsageDescription' of null at Object. (/Users/chris.rowley/rn-project/node_modules/react-native-photos-framework/install.js:23:15) at Module._compile (module.js:571:32) at Object.Module._extensions..js...
Add the requestImageForAsset function of the UIImage component to allow your plugin to access the jpg version of heic images. HEIC is really making developers cry.
Hi, I try to upload 400 Pictures to the camera roll and after 5 seconds i got the following errors and the app crashed: ``` RNPhotosFramework.createAssets({ images : images, album...
The lack of a case for unknown (or a `default` as it may be) caused my `getAssets` call to return a list with many `undefined` values. This solves my problems...
I could not find an implementation of `removeAssetFromAlbum`, but I found `removeAsset`.
As we are reaching 1.0 (https://github.com/olofd/react-native-photos-framework/milestone/1). I'm wondering if you, the users of this library, have any input on what we should focus on going forward and if there are...
Hi, I've noticed that sometimes, the size of my images affects if they're rendered at all. For example, giving an image `{width: 100, height: 100}` works fine, but `{width: 75,...
When using `"deliverMode": "opportunistic"` it doesn't seem to load a high quality photo after the low res/quality one anymore. Using latest version with React Native 0.49.5.
Nice to see this project moving along! While upgrading our native dependencies I noticed there is now support for resizing and saving assets to disk, this allows us to get...