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.
fix #131 I fixed index.d.ts for TypeScript. At project using TypeScript, types are correctly inferred as shown in following VS Code screenshot. |before|after| | --- | --- | | |...
/Users/jiao/Library/Developer/Xcode/DerivedData/MyProject-aesffzqtplothievmqpvdkdzimhq/Build/Intermediates.noindex/MyProject.build/Debug-iphoneos/MyProject.build/DerivedSources/MyProject_vers.c module map file '/Users/jiao/Library/Developer/Xcode/DerivedData/MyProject-aesffzqtplothievmqpvdkdzimhq/Build/Products/Debug-iphoneos/CropViewController/CropViewController.modulemap' not found
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@baronha/[email protected]` for the project I'm working on. I notice that openPicker type is...
When i upgrade version 1.1.6 and run project ios. It has an error: 163 duplicate symbols for architecture x86_64 Linker command failed with exit code 1 (use -v to see...
@baronha I am using oneplus mobile, for me the image is not showing in gallery after capturing image and clicking on the tick button. I have also checked in some...
@baronha Chào bác, bác có thể thêm feat chụp ảnh vào options cho user sử dụng có thêm 1 option để chọn được không nhỉ 🤔🤔
When mediaType is set to 'all' and limited photo library, the bottom sheet for selecting images will always appear, and I cannot select image/video.
My ios version is 16.1.1, npm version is 1.1.5。when user status == .limited,can`t select image success, when I click ok, I see an Error: my config : ``` usedCameraButton: true,...
In iOS, after the user refuses the album authorization, there will be no reminder again and no callback notification. Hope to add default reminders and callbacks。I user the version 1.1.5,thanks~