Skip to main content

All Questions

0 votes
0 answers
331 views

react-native-image-picker is not visible in android 14

I am using react-native-image-picker to pick images from gallery..it is working fine in most android devices.But in android 14 when i invoke launcImageLibrary() it shows a blank screen and if touch at ...
VIGNESH KUMARAN's user avatar
0 votes
2 answers
616 views

Video Camera with custom text

I am new to react-native. Now, I would like to show the text while recording. For example, if I open the camera then show the text 1234 until I finished the recording. Can anyone please help to ...
Sarathi Ashok's user avatar
1 vote
1 answer
1k views

Cancelling/Exiting Photo Library in Android using react-native-image-crop-picker

In my React Native app, I use the react-native-image-crop-picker package to have access to user's photo library. It works nicely but if the user has no images in his/her photo library, I want to give ...
Sam's user avatar
  • 30.6k
0 votes
1 answer
4k views

react-native-image-crop-picker not displaying image

My Image Picker is able to select image from the gallery but it is unable to display the image on the app, I've tried many ways and reviewed my code all over again but I'm unsure what went wrong. Can ...
NTACO's user avatar
  • 51
1 vote
0 answers
435 views

react-native-image-crop-picker restarting application on Redmi Android 11 on wide mode of openCamera

I am trying to use react-native-image-crop-picker but only on Redmi Phones with Android 11. It is restarting the application when an image is selected from openCamera functionality with wide mode only ...
Tejas Rathod's user avatar
2 votes
0 answers
813 views

How to close/cancel camera roll/image gallery using react-native-image-crop-picker

I'm implementing react-native-image-crop-picker in my app and I'm able to open it and pick images but I don't see a way to cancel out of it or close it -- see below: Once the camera roll/image ...
Sam's user avatar
  • 30.6k