@NateN wrote:
Having trouble with Camera.getPhoto - appears to work, photo.path returns a full path, but trying to read the file with Filesystem results in a “File does not exist” error?
const photo = await Camera.getPhoto({ quality: 90, allowEditing: false, source: CameraSource.Camera, resultType: CameraResultType.Uri, presentationStyle: 'popover' // saveToGallery: true });
Posts: 1
Participants: 1