react-native-multiple-image-picker
react-native-multiple-image-picker copied to clipboard
🏞 react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android, similar to the current Facebook app.
There's a discrepancy here between the TypeScript definition and the actual code. src/index.d.ts `openPicker(options: Options): Promise;` src/index.js ``` try { const response = await MultipleImagePicker.openPicker(options); // console.log('res', response); if (response?.length)...
Hi, I am running into some issues with the modal presentation and third party libraries (and React Navigation Modal presentation.) As soon as the Picker closes, it automatically closes EVERY...
Running on my iPhone 13 Pro Max, selecting 3 videos (each between 10 to 50 seconds) takes a whapping 55 seconds until finished (Stucking on "Please wait"). Whats wrong here?...
Vấn đề ở Android Xin chào, hiện tại mình có sử dụng thư viện này. Tuy nhiên nếu người dùng lúc đầu từ chối cấp quyền truy cập thư viện...
my code . const options = { mediaType: 'image', isExportThumbnail: true, singleSelectedMode: true, isCrop: true, selectedColor: '#f9813a', } try { const response = await MultipleImagePicker.openPicker(options); setMainIMage(response) } catch (e) {...
I got "Execution failed for task ':app:checkDebugDuplicateClasses'." error with android build in 0.4.8. But after I modified the ../node_modules/react-native-photo-editor/android/build.gradle file as below. It can build successfully. Is it need a...
https://github.com/baronha/react-native-multiple-image-picker/blob/389cd75411e45f0b744c8da163fcd6904853af43/example/src/App.js#L12 const response = await MultipleImagePicker.openPicker({ selectedAssets: images, // isExportThumbnail: true, // maxVideo: 1, usedCameraButton: false, singleSelectedMode: true, // isCrop: true, // isCropCircle: true, // selectedColor: '#f9813a', }); missing fields...
 这部分预计什么时间完成呢?😄
you can refer to this link https://github.com/react-native-image-picker/react-native-image-picker/issues/178#issuecomment-396550364