react-native-image-picker Questions

6

Solved

When trying to run my project on my windows computer it is not working, it works on my macOS but when running it on windows it throws the following errors: Task :react-native-image-picker:compileDe...

5

Solved

I'm having problems uploading an image to Firebase Storage. I'm using React Native's @react-native-firebase/storage and the installation and connectivity seem to be fine because I'm able to referen...

19

Solved

I am making a POST request to server to upload an image and sending formdata using axios in react-native. i am getting "Network Error". i also try fetch but nothing work.using react native image pi...

7

I have used react-native-image-picker and now I select image from the Photo library. To send the that image to API I have to convert it first into base64 and then into byte array. I have the filepa...
Poppy asked 26/7, 2019 at 1:43

5

Solved

I'm using "react-native-image-picker": "^3.0.1" in react native for capture image. but I got error while opening the camera in android 9. I got error : {"errorCode": &...

8

My feature offers a small image icon as a touchable to upload or take a picture, using "react-native-image-picker": "^3.3.2". I'm getting error: Cannot read property 'launchImag...
Maurene asked 22/4, 2021 at 14:7

2

While Uploading image , It is showing Error: Multipart: Boundary not found on node js server console here is my react native code const createFormData = async (photo, body) => { const data ...

1

i have a project that i was giving to update the UI , but anytime I run the app with npx react-native run android it gives the error Task :react-native-image-picker:compileDebugJavaWithJavac FAILED...

1

I have a problem that seems to be pretty common, but I haven't found a solution yet. I'm using react-navigation, react-native-screens and react-native-image-picker. That last plugin allows the app ...

7

Using React Image Picker i am facing this error: TypeError: undefined is not an object (evaluating '_reactNativeImagePicker.default.showImagePicker') This is what happens when i click on image pick...
Japhetic asked 3/1, 2021 at 19:11

2

I want to maintain the quality(size) of the image being uploaded. The options being used for this is const options = { quality:1, maxWidth: 500, maxHeight: 500, allowsEditing: false, storageO...
Tabular asked 23/1, 2019 at 9:45

4

Solved

i am working with a project that i need to use the camera or choose image from Library so used react native image picker it works fine in develop mode and in production it doesn't work in Android 1...
Hairsplitting asked 24/9, 2020 at 21:46

2

Solved

I'm trying to upload an image file to firebase storage, save the download URL, and load it after the upload is completed. When I run the app with debug js remotely on it works fine. When I turn off...

2

Solved

I have tried many attempts to get react-native-image-picker up and working with my RN app. I am using Expo and VS Code and am not running the app with Xcode or Android Studio. There seems to be man...

1

Solved

I'm trying to send image from image-picker to the server, but image-picker returns only base64. How can I convert base64 to bytes in React-Native using expo?
Bisulcate asked 26/4, 2020 at 0:22

2

Solved

I've been having issues with react-native-image-picker and react-native-image-crop-picker while opening camera on my One Plus 6 for a while now. While using opening the camera, the background app t...
Bedivere asked 19/5, 2019 at 8:8
1

© 2022 - 2024 — McMap. All rights reserved.