chore: Enable zoom gesture in CodeScanner page

This commit is contained in:
Marc Rousavy 2023-11-10 13:25:28 +01:00
parent ca6760d6ee
commit dc89664be2
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

@ -73,6 +73,7 @@ export function CodeScannerPage({ navigation }: Props): React.ReactElement {
isActive={isActive}
codeScanner={codeScanner}
torch={torch ? 'on' : 'off'}
enableZoomGesture={true}
/>
)}