Update ScanQRCode.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-08-22 10:17:06 -04:00 committed by GitHub
parent f01763c2f9
commit 06862de67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,7 +344,6 @@ const ScanQRCode = () => {
) : isFocused ? (
<CameraScreen
scanBarcode
torchOffImage={require('../../img/flash-off.png')}
cameraFlipImage={require('../../img/camera-rotate-solid.png')}
onReadCode={event => onBarCodeRead({ data: event?.nativeEvent?.codeStringValue })}
showFrame={false}