Questions tagged [react-native-image-crop-picker]
19 questions
0
votes
0 answers
How To Upload Multiple Images To Server using header as multipart/form-data(React-Native)?
I have been stuck in this problem for almost 2 days, now i want to share my solutions.
First Get Your Image Data in Array
import ImagePicker from 'react-native-image-crop-picker';
chooseImage = () => {
ImagePicker.openPicker({
mediaType:…

Vishnu Vardhan
- 29
- 8
0
votes
2 answers
Video Camera with custom text
I am new to react-native. Now, I would like to show the text while recording. For example, if I open the camera then show the text 1234 until I finished the recording. Can anyone please help to develop this UI? I am really worried about fixing this…

Sarathi Ashok
- 21
- 4
0
votes
1 answer
react-native-image-crop-picker not displaying image
My Image Picker is able to select image from the gallery but it is unable to display the image on the app, I've tried many ways and reviewed my code all over again but I'm unsure what went wrong. Can anyone tell me what's the problem? Here is my…

NTACO
- 51
- 2
- 7
0
votes
1 answer
React native create a custom folder and save photos using react-native-crop-picker android
I'm using react-native-image-crop-picker. I want to save the photos to the gallery or to a custom folder taken from the camera using react-native-image-crop-picker. Normally the photos taken from the react-native-image-crop-picker are saved in the…

Shanuka
- 23
- 7