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

On iOS 26 (tested on iPhone 17 Pro simulator and iPhone SE 2022 (real device)), the “X” icon inside the close button in the image picker modal is not properly...

Just wanted to confirm — does react-native-multiple-image-picker support selecting up to 800 or 1000 images at once? Are there any known limitations or performance concerns when selecting a large number...

with the following configuration I wanted to use this library version 1.1.9. but i cant use buildToolsVersion = "35.0.0" minSdkVersion = 23 compileSdkVersion = 35 targetSdkVersion = 35 ndkVersion =...

**Description:** When using this library with Gradle 8+, the Android build fails due to a missing dependency between tasks. Specifically: ``` Task ':react-native-multiple-image-picker:packageDebugResources' uses this output of task ':baronha_react-native-multiple-image-picker:generateDebugResValues' without...

This lib is really nice, I only miss the image orientation (at least on Android), which allowed me to rotate the image on Android before (I'm migrating from @react-native-camera-roll/camera-roll). Is...

The openPreview feature is unable to block the swipe-back gesture, leading to the interface being exited unexpectedly.

"@baronha/react-native-multiple-image-picker": "^2.2.2", "react-native-nitro-modules": "^0.26.2", "react": "18.3.1", "react-native": "0.77.1", ``` try { const response = await openPicker({ maxSelect: 1, backgroundDark: '#513E62', numberOfColumn: 4, mediaType: 'all', selectBoxStyle: 'number', selectMode: 'multiple', language: 'zh-Hans',...