I'm using SDK 52 (52.0.35) and expo-camera 16.0.16. Tried using enableTorch but it just doesn't work. Without enableTorch it's not working at all. With enableTorch it's working, but only with flash 'on' and not 'auto' and I also can't turn it off.
I want to use the flash 'auto' if possible, but right now I'd be happy if I could toggle it
<CameraView
barcodeScannerSettings={{
barcodeTypes: ['aztec'....],
}}
onBarcodeScanned={(data) => GetScanData(data)}
style={styles.camera}
>