Changed scanner mask into a square

Este commit está contenido en:
Arnaud Vergnet 2020-06-06 20:06:02 +02:00
padre f759c44f20
commit 742a1f445a

Ver fichero

@ -123,6 +123,8 @@ class ScannerScreen extends React.Component<Props, State> {
maskOpacity={0.5}
animatedLineThickness={1}
animationDuration={1000}
width={250}
height={250}
/>
</RNCamera>
);