Questions tagged [react-native-image-crop-picker]
19 questions
2
votes
0 answers
How to precise the min and the max ratios when cropping image in react-native-image-crop-picker
I have a problem. What I wanted is that when a user oppen the image picker, he have a free cropping functions but limited with an aspect ratio of 1.4 at maximum with a max height of about 1000, and 1/3 at minimum and a min width of about 200. But I…
2
votes
0 answers
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 gallery opened, I want to give the user a way to cancel…

Sam
- 26,817
- 58
- 206
- 383
1
vote
0 answers
React Native - Image Crop Picker different byte size for same image on Android and iOS
I am working on a react native application where we let users pick images and upload them to server. I am using react-native-image-crop-picker library version 0.33.2.
I have an Image which shows as 5,979,564 bytes (6 MB on disk). When I select it…

Waleed
- 1,097
- 18
- 45
1
vote
2 answers
Unable to compress video using "react-native-compressor"! any other solution?
The Process
Select a video from the gallery using react-native-image-crop-picker
Compress the video using react-native-compressor
Upload video on S3
The problem
❌ Video compression does not work on Android
ERROR: android open failed: ENOENT (No…

bilalo
- 129
- 1
- 1
- 7
1
vote
1 answer
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 the user a way to cancel out or exit it. How do I…

Sam
- 26,817
- 58
- 206
- 383
1
vote
1 answer
RN-image-crop-picker: How to use Photo & Video camera and select video and photos from gallery?
Good Evening Peers, I am using react-native-image-crop-picker as the library to select photos and videos.
And when I try to open the camera to show both photo and video option I only get the photo option, Not to sure where to go from here.
…

JrDev
- 31
- 5
1
vote
0 answers
Is this flicker a common issue in react-native-image-crop-picker?
I have been trying to look for a solution for this problem. When using react-native-image-crop-picker to pick an image, if you use the cropper, once you click on choose there is a fast flicker of the gallery screen before you are back to the screen…

Talmacel Marian Silviu
- 1,596
- 2
- 6
- 14
1
vote
0 answers
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 (normal camera click works), the Application…

Tejas Rathod
- 67
- 7
0
votes
0 answers
React Native image picker crash after selecting (TypeError: undefined is not an object (evaluating 'l.reference.file')
I am facing a perplexing issue with the React Native image picker in my application (IOS only). When running the app on the debug scheme, everything works flawlessly. However, upon switching to the release scheme and selecting an image using the…

Raka Pratama
- 59
- 5
0
votes
0 answers
"How can I resolve the video selection issue when using react-native-image-crop-picker to select videos from the social media folder in Android?
While selecting a video from third-party apps like whats-app and other social media apps we are getting media does not exist error. To select a video from the gallery we are using react-native-image-crop-picker version 0.37.3
for complete error, msg…

Neerav Shah
- 713
- 5
- 18
- 39
0
votes
1 answer
react-native-image-crop-picker build issue for android
I'm trying to install react-native-image-crop-picker for my react-native app. For IOS it build without an issue. Android built fails with this issue.
> Task :react-native-image-crop-picker:compileDebugJavaWithJavac FAILED
375 actionable tasks: 355…

Sanju Anupa
- 1
- 3
0
votes
1 answer
react-native-image-crop-picker compile debug java with javac failed
# Task :react-native-image-crop-picker:compileDebugJavaWithJavac FAILED**
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and…

Nagaraj sk
- 71
- 8
0
votes
0 answers
React Native Image Picker to open gallery and give the option to click a picture
I want to ask if their's any way to open the gallery with an option to open camera to click a picture as well. I've searched alot but couldn't find a way. Secondly i want to open the above gallery in the same screen not in another one. Thanks
I've…

Ark
- 26
- 3
0
votes
0 answers
Compilation error with react-native-image-crop-picker and QBImagePicker
** BUILD FAILED **
The following build commands failed:
CompileStoryboard /Users/[APPNAME]/node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard
(in target 'RNImageCropPicker-QBImagePicker' from…

Dee
- 1
- 2
0
votes
0 answers
Null is not an object (evaluating 'ImageCropPicker.openPicker')
I am using this package: https://github.com/ivpusic/react-native-image-crop-picker.
I followed all the installation steps for android.
But as soon as I import
import ImagePicker from 'react-native-image-crop-picker';
into my file, I receive the…

ALCode
- 21
- 2