Skip to main content

All Questions

1 vote
1 answer
239 views

Selected image update on Avatar R.N Image Picker

Hello guys I'm Using React native Image Picker I able to select image from android library but after selection Im not able to update on my Avatar profile[Image] After select Image here is my console....
Jason0011's user avatar
  • 482
1 vote
3 answers
4k views

How to upload large files using react-native-image-crop-picker

I'm trying to upload small files using react-native-image-crop-picker it's working fine but when I tried uploading large video/image file using react-native-image-crop-picker I'm getting Network error....
Hemendra  Khatik's user avatar
0 votes
0 answers
145 views

How to decompress the image in react native

I want to compress the image before saving it in database add decompress the image before displaying. I compress the image using 'react-native-image-resizer' and i got base64. How can i decompress the ...
Ayushi Mishra's user avatar
1 vote
0 answers
207 views

The react-native image picker should maintain its image even after navigation

Actually i am using react-native image picker and there are different pages. So when i load a image in react-native image picker and navigate to different page and comeback to the same the image is no ...
Ritesh Dange's user avatar
2 votes
0 answers
622 views

Detect touch and draw rectangular box on bitmap image using react native

I've been looking for references for some time on how to draw rectangles in an image using react native, but I can not find anything. What I try to do is something like the user touch on the screen ...
Vignes's user avatar
  • 390
0 votes
1 answer
1k views

dynamic image cropping in react-native using React-Native-perspective-image-cropper

I am trying to make dynamic image cropper. I came across this package which seems to be working absolutely as I want. I am trying to add this in my application. I followed the steps as specified in ...
Manish's user avatar
  • 161
0 votes
1 answer
308 views

How do I make the content of gallery including video and Image files scrollable in react native?

I have few audio, image and video files present in the gallery. But it is not scrollable. Is there any additional controllers which I should use to make it scrollable? How can i achieve it? I'm using ...
Abhirup Mukherjee's user avatar