Top "React-native-image-picker" questions

This package is the basic package by react native community to upload an image from your gallery or camera.

react-native-image-picker reducing the size of the file and quality

I want to maintain the quality(size) of the image being uploaded. The options being used for this is const …

react-native react-native-image-picker
React Native Image Picker: null is not an object (evaluating 'ImagePickerManager.showImagePicker')

I installed react-native-image-picker according to the documentation. When I am trying to select the image from the phone (after hitting …

android react-native react-native-image-picker
react-native-image-picker vs expo ImagePicker

I have tried many attempts to get react-native-image-picker up and working with my RN app. I am using Expo and …

react-native expo react-native-camera react-native-image-picker
request formData to API, gets “Network Error” in axios while uploading image

I am making a POST request to server to upload an image and sending formdata using axios in react-native. i …

react-native axios react-native-android multipartform-data react-native-image-picker