Skip to main content

All Questions

0 votes
1 answer
1k views

How to capture and render multiple images by camera (react native image picker) in react native app

I want to capture and render 3 different different images In react native app. how can I do this. now I am able to click image but when I click image then same image is rendering 3 times but I want to ...
user avatar
0 votes
1 answer
729 views

Image upload with axios react native android

I am trying to upload image to an API the iOS version is working good but there is problem in android, My code is bellow. const uploadUri = Platform.OS === 'ios' ? uploadImageFile.replace('...
Abdul Kabir's user avatar
1 vote
1 answer
5k views

Error "Request failed with status code 413" when upload image took by camera in React Native app

I use 'React-native-image-picker' to upload image to my server : const options = { title: 'Chọn ảnh đại diện ', takePhotoButtonTitle: 'Chụp ảnh', ...
Quang Bình Đinh's user avatar
0 votes
1 answer
1k views

expo image upload promise rejection ImagePicker.launchImageLibraryAsync error

I am trying to upload image using expo image picker but when click button and select image it gives unhandled promise rejection _expo.default.launchImageLibraryAsync error already added camera ...
Satish Lodhi's user avatar