{"name": "{uuid}.jpeg", "type": "image/jpeg", "uri": "file:///data/user/0/{project}/cache/ImagePicker/{uuid}.jpeg"}ImagePicker.launchCameraAsync({ allowsEditing: false, mediaTypes: ["images"]}); , this uploads successfully.await ImagePicker.launchImageLibraryAsync({mediaTypes: ["images"]})await ImagePicker.launchImageLibraryAsync({mediaTypes: ["images"]}) that works for a screenshot, this no longer works and responds with the JSON Parse error.