I have problems taking pictures with Expo Camera. In ios anda super good, Android takes a long time to take the picture. (5 seconds)
Probe passing it as parameter skipProcessing : true
but without result.
What is the difference in performance?
I am occupying EXPO V: 56.0.0
snap = async () => {
if (this.camera) {
this.camera.takePictureAsync().then((data) => {
console.log(data);
this.setState({
imageuri: data.uri
})
})
};
};