diff --git a/src/screens/QRScan/index.tsx b/src/screens/QRScan/index.tsx index b71f387f..7d60cb2f 100644 --- a/src/screens/QRScan/index.tsx +++ b/src/screens/QRScan/index.tsx @@ -157,6 +157,7 @@ export default function QRScanPage({ navigation, route }: TQRScanPageProps) { flashMode={flash ? FlashMode.torch : FlashMode.off} style={StyleSheet.absoluteFill} ratio={'16:9'} + // eslint-disable-next-line @typescript-eslint/no-misused-promises onBarCodeScanned={scanned ? undefined : handleBarCodeScanned} />