Update ScanQRCode.js

This commit is contained in:
marcosrdz 2020-05-21 20:00:42 -04:00 committed by Overtorment
parent fc0586007a
commit 9fee7968cd

View file

@ -81,7 +81,7 @@ const ScanQRCode = ({
return (
<View style={{ flex: 1, backgroundColor: '#000000' }}>
{!!isLoading && (
{!isLoading && (
<RNCamera
captureAudio={false}
androidCameraPermissionOptions={{