All Questions
Tagged with react-native-image-picker react-redux
5 questions
0
votes
0
answers
433
views
React Native can't upload image to API (Problem with Content-Type & The File Field is required). 2d stuck on it :(
I've try some solution on stackoverflow about this problem but there is no way out. This is my error on debugger :
RED = Image File Details | BLUE = Error
Im using react-native-image-picker and axios ...
1
vote
1
answer
826
views
React Native Expo ImagePicker - Getting undefined image.uri the first time but saving ok the second time
I have a function to take a photo with android, with Expo-Image-Picker. I save the result in a local state pickedUri, then sending it to Redux state through dispatch. The first time I get pickedUri as ...
2
votes
1
answer
259
views
Save image locally using react-native-image-picker
I am new to React Native. I am trying to get images from react-native-image-picker library and I am trying to get the file path and store it in the redux store to access it later. Rather I am getting ...
0
votes
1
answer
421
views
Is it a good practice saving multiple images in redux store?
I have a form in react native which allows uploading multiple pictures, but actual uploading is only done after clicking "Submit" button, which in this case I am saving the selected images ...
1
vote
0
answers
328
views
How to use react-native-image-picker with Redux in React-native
I'am trying to use react-native-image-picker function inside the reducer to change the avatar but the image is not changing.
i can solve this by writing the image picker function inside the avatar.js ...