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

In iOS, in particular, selected images can be very large in size and result in formats such as HEIC. It would be great if this feature was added to the...

* What went wrong: Execution failed for task ':baronha_react-native-multiple-image-picker:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details BUILD FAILED in 3s error Failed...

Hi @baronha , First of all, thank you for this awesome library and all your efforts in maintaining it 🙏 **Background** Google has announced that by November 1, 2025, all...

# 🚀 Implement Orientation Handling, Cross-Platform Real Path Consistency & Auto-linking Fix ## 📋 Overview This pull request introduces enhanced orientation handling to the React Native Multiple Image Picker library,...

## package.json ```json "@baronha/react-native-multiple-image-picker": "2.2.4", "react-native": "0.81.1", "react-native-nitro-modules": "0.29.6", ``` ## ios/Podfile ```c target 'my_app' do config = use_native_modules! pod 'Kingfisher', '8.5.0' use_react_native!( :path => config[:reactNativePath], # An absolute path...

I installed the 2.2.4 package on rn 0.81 and got the following error: ``` React-Native 0.81 buildToolsVersion = "36.0.0" minSdkVersion = 24 compileSdkVersion = 36 targetSdkVersion = 36 ndkVersion =...

fix for https://github.com/NitrogenZLab/react-native-multiple-image-picker/issues/243

``` const resPicker = await openPicker({ maxSelect: 1, backgroundDark: '#2f2f2f', numberOfColumn: 4, mediaType: 'image', selectBoxStyle: 'number', selectMode: 'single', language: 'zh-Hans', theme: 'dark', isHiddenOriginalButton: true, primaryColor: Colors.primaryColor, crop: { circle: true,...