Changed scanner mask into a square
This commit is contained in:
父節點
f759c44f20
當前提交
742a1f445a
共有 1 個文件被更改,包括 2 次插入 和 0 次删除
|
@ -123,6 +123,8 @@ class ScannerScreen extends React.Component<Props, State> {
|
||||||
maskOpacity={0.5}
|
maskOpacity={0.5}
|
||||||
animatedLineThickness={1}
|
animatedLineThickness={1}
|
||||||
animationDuration={1000}
|
animationDuration={1000}
|
||||||
|
width={250}
|
||||||
|
height={250}
|
||||||
/>
|
/>
|
||||||
</RNCamera>
|
</RNCamera>
|
||||||
);
|
);
|
||||||
|
|
載入中…
Reference in a new issue