Browse Source

Changed scanner mask into a square

Arnaud Vergnet 2 years ago
parent
commit
742a1f445a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/screens/Home/ScannerScreen.js

+ 2
- 0
src/screens/Home/ScannerScreen.js View File

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

Loading…
Cancel
Save