Skip to content

Commit c7824ec

Browse files
committed
scanner window absolute layout removed
1 parent 115f36f commit c7824ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class MlkitBarcodeView extends PureComponent {
128128
render() {
129129
if (this.state.enableScan) {
130130
return (
131-
<View style={{ position: 'absolute', width: 0, height: 0 }}>
131+
<View style={{ }}>
132132
<MlkitBarcodeViewManager
133133
{...this.props}
134134
ref={this.ref}

0 commit comments

Comments
 (0)