React native – Problem uploading image using FileSystem.uploadAsync and image-picker
I am trying to use expo-image-picker and expo-file-system to take/select images and upload to my server. I have it saving the images to a state and can access to display it etc but I am running into issues when attempting…