Karim

Results 3 comments of Karim

I've only tried it on heroku and on my laptop for now, I'll try on ec2 to reproduce.

I have the same issue https://github.com/karimmakhloufi/expo-image-manipulator

I fixed it by outputing the base64 version of the image and saving it in the document folder: ``` const pictureMetadata = await cameraRef.current.takePictureAsync(); console.log("pictureMetadata", pictureMetadata); const resizedImageMetadata = await...