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 54 react-native-multiple-image-picker issues
Sort by recently updated
recently updated
newest added

the last version working was : 1.1.2 the version that is install by default now is : 1.1.5 but its not working

the new raw fomat (.dng) are not supported (image taken from iphone 14 pro max)

enhancement

I passed 31 value in maxVideoDuration i.e `maxVideoDuration:31` It is showing the videos that are of max 30 seconds but while recording from camera it is not recording for 30...

How can I rename Shot keyword to Camera?

enhancement

This is really a great package. But this will be really helpful if we were able to take video in IOS using this control.

enhancement

Getting this error after installing library. Version is as follows: "react": "18.2.0", "@baronha/react-native-multiple-image-picker": "1.1.6",

Whenever I open the gallery of Android devices, this plugin ignores all GIF files, so I don't see any option for select GIF.

`selectedColor` prop works well on iOS but is not working on Android it changes the "selectTextColor" but not the markers of select images. It would be great if it is...

``` const response = await openPicker({ mediaType: 'video', maxSelectedAssets: 1, allowedLivePhotos: false, selectedAssets: allVideos, }); ``` **Issue:** - When i select a video and then press "done", my app is...