-
i added
```
buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
```
but i still got this error
Failed to resolve:…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.38.0
- react-native v0.72.10
### Platform
Tell us to which platform this issue is related
- Android
…
-
It should work similar to checkbox when multiple select option is turn on
-
## Expected Behavior
It should not crash
## Actual Behavior
Crashing when requesting for image
## Steps to Reproduce the Problem
```
java.lang.IllegalArgumentException: Abusive '1000' conf…
-
### Version
- react-native-image-crop-picker v0.35.1
- react-native v0.62.2
### Platform
iOS
### Expected behaviour
ImagePicker.openPicker() should return the selected image informatio…
-
### Issue
When an Android device is low on memory, or for whatever reason the OS chooses, the MainActivity can be destroyed when the file picker is opened. When the user returns to the app, the file …
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.19.0
- react-native v0.49
### Platform
IOS 平台下 报错 undefined is not an object (evaluating'_reactNativeI…
-
I'm try to use this plugin, but after I follow instruction install the plugin, this error come out:
Error: Failed to fetch plugin https://github.com/Telerik-Verified-Plugins/ImagePicker.git via reg…
-
I'm using this (amazing library, btw) to prompt "Add Photo from Camera / Image Library" inside a bottom drawer.
when the user chooses "Library", I close the drawer and open expo's image picker, with …
-
the imagepicker uses startActivityForResult from editorCore which uses the context of the view
and therefor the activity. when used inside a fragment the fragment wont recieve the onActivityResult ca…