Expo-Camera not Pausing Preview on Android

Expo-Camera not Pausing Preview on Android.

const options = { quality: 0.25, base64: true, allowsEditing: true }; //Props small 0.25, medium 0.5, high 1, by default 0.25
const data = await cameraRef.current.takePictureAsync(options);

setSource(data.uri);

await cameraRef.current.pausePreview();

This works on iOS but not on Android. Thank you!

Note (this is my first time opening a thread, so any information missing, please just let me know).

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.