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.
Hello author I faced this issue, please help me. I tried clean everything, but this error still happened I'm using - "@baronha/react-native-multiple-image-picker": "^2.2.1" - "react-native-nitro-modules": "0.25.2" Thank you so much...
Fix duplicate "file://" prefix in image picker result path The URL's absoluteString from both iOS Simulator and physical devices already contains the "file://" prefix. Previously, we were unconditionally adding another...
### Summary This PR fixes a crash on Android 8+ caused by using `_javaPart->getClass()` to retrieve the Java class. The correct approach is to use `_javaPart->javaClassStatic()`, which avoids compatibility issues....
We have built the app using expo. On android, we have enabled ProGuard on release builds i.e. in `app.json` file, in plugin, we have the `enableProguardInReleaseBuilds` flag `true` for the...
## Description I am using @baronha/react-native-multiple-image-picker and trying to hide the preview button on Android using isHiddenPreviewButton: true. However, the button is still visible on Android, while it works as...
Hello, We came across a bug on iOS wherein if a image is passed to the cropper & if without any editing, the user presses on the finish button (bottom-right),...
ImageBackground does not display images when provided with content:// URIs. This issue occurs when attempting to use images from Android's media storage. When using the react-native-multiple-image-picker package to select images,...
The preview of this lib is awesome but maybe it would better to support custom headers when requesting image or video ? Because some server may require auth check for...
As of the new update ther eis feature for showing crop but in ios , Please add this same feature also for android!
I'm already using react-native-image-picker in my app, but it's insufficient on the video side. This library has a lot of advanced features for video. I can get Exif data with...