Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BilligsterUser committed Mar 1, 2024
1 parent dcbdd46 commit a79e86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/QRScan/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
<QRMarker size={300} color={scanned ? mainColors.GREY : mainColors.WHITE} />
Expand Down

0 comments on commit a79e86f

Please sign in to comment.