FIX: Scanning speed was limited by unused prop

This commit is contained in:
Marcos Rodriguez Velez 2025-02-11 15:01:30 -04:00
parent 472b6c97ff
commit f900f46deb

View file

@ -146,8 +146,6 @@ const CameraScreen: React.FC<CameraScreenProps> = ({
onZoom={handleZoom}
onReadCode={handleReadCode}
torchMode={torchMode ? 'on' : 'off'}
shutterPhotoSound
maxPhotoQualityPrioritization="quality"
onOrientationChange={handleOrientationChange}
/>
</View>