react-native-photos-framework
react-native-photos-framework copied to clipboard
A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
I am retrieving camera roll assets using below code : ```reactjs let album = this.props.navigation.state.params.album; album.getAssets({ fetchOptions : { mediaTypes : ['video','image'], fetchLimit : 0, sourceTypes:'userLibrary' }, includeMetadata:true, includeResourcesMetadata:true, trackInsertsAndDeletes:...
When calling `getAssets()` on an album returned from `RNPhotosFramework.getAlbums`, the `response.assets` includes all device photos instead of just photos in that album
build error: ``` Undefined symbols for architecture arm64: "_OBJC_CLASS_$_RCTSRWebSocket", referenced from: objc-class-ref in libReact.a(RCTInspectorPackagerConnection.o) "_OBJC_CLASS_$_RCTReconnectingWebSocket", referenced from: objc-class-ref in libReact.a(RCTPackagerConnection.o) ld: symbol(s) not found for architecture arm64 clang: error: linker...
I am unable to add the assets in the Album because unable to use RCTCameraRollRNPhotosFrameworkManager in IOS
after installing and linking I get this error Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RCTSRWebSocket", referenced from: objc-class-ref in libReact.a(RCTInspectorPackagerConnection.o) "_OBJC_CLASS_$_RCTReconnectingWebSocket", referenced from: objc-class-ref in libReact.a(RCTPackagerConnection.o) ld: symbol(s) not found for...
I need to categorize ios image assets. I tried to categorize them by changing uri of each image assets. e.g) 'assets-library://asset/asset.JPG?id=422A8321-E0FF-4DAB-9450-C6328A97AFF8&ext=JPG' -> 'assets-library://asset/asset.JPG?id=422A8321-E0FF-4DAB-9450-C6328A97AFF8_$(Category_Class_string)&ext=JPG' But it seems this library has no...
### Issue Description This happens to 0.35% of users in my application. I obtained these statistics using AppSee. ### Steps to Reproduce / Code Snippets / Screenshots Error information: ```...
When trying to install I'm getting this error during postinstall Xcode v10.0 react-native v0.57.1 ``` $ npm i --save react-native-photos-framework > [email protected] postinstall /Users/tommy/Git/noisolation/FamilyFrame/node_modules/react-native-photos-framework > node install.js module.js:549 throw err;...