-
- react-native-image-crop-picker v0.20.3
- react-native v0.55.4
- 三星 s8+ Android 8.0.0
[Error: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderI…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.20.3
- react-native v0.55.2
### Platform
Tell us to which platform this issue is related
- iOS with c…
-
# ReactNative app #5 : ImagePicker | Gs' Devlog
Create reactNative React Image Picker
[http://localhost:4000/posts/ReactNative-App-ImagePicker/](http://localhost:4000/posts/ReactNative-App-ImagePick…
-
## Summary
![image](https://user-images.githubusercontent.com/71915136/204960413-8d2e5055-9944-422f-ab4d-b8feedb35450.png)
![image](https://user-images.githubusercontent.com/71915136/204960451-6b69c…
-
Please give some example code to use imagepicker in fragment class. I got error:
```
ImagePicker.with(this)
.crop() //Crop image(Optional), Check Customization for …
vtxmg updated
2 years ago
-
When you select take picture with camera, the App crashes on iOS. Maybe camera access needs to be granted first?
Only tested on my iPhone 8.
-
### Minimal reproducible example
https://github.com/JackSoby/photo-poc
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in Expo Go
### Summary
When selecting …
-
```
launcher=
registerForActivityResult(new ActivityResultContracts.StartActivityForResult(),(ActivityResult result)->{
if(result.getResultCode()==RESULT_OK){…
-
If selected image in ImagePicker is deleted from the media library, the ImagePicker will just display a spinner.
-
The plugin tries to create a file themes.xml in platforms\android\app\src\main\res\values\
where as, android@11 platform add, already creates one before hand, hence the installation fails.
If yo…