react-native-multiple-image-picker icon indicating copy to clipboard operation
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.

Results 97 react-native-multiple-image-picker issues
Sort by recently updated
recently updated
newest added

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| | --- | --- | | ![ts-ng](https://github.com/baronha/react-native-multiple-image-picker/assets/296276/311c78b4-143a-4013-bd07-865c374c49b1)|...

/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ỉ 🤔🤔

enhancement

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~