forked from vergnet/application-amicale
Changed scanner mask into a square
This commit is contained in:
parent
f759c44f20
commit
742a1f445a
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ class ScannerScreen extends React.Component<Props, State> {
|
|||
maskOpacity={0.5}
|
||||
animatedLineThickness={1}
|
||||
animationDuration={1000}
|
||||
width={250}
|
||||
height={250}
|
||||
/>
|
||||
</RNCamera>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue