Skip to content

Commit

Permalink
Update DocumentScanner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WeslleyNasRocha authored Mar 13, 2019
1 parent 334d27d commit 0fbf59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DocumentScanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ class Scanner extends PureComponent{

render() {
return (
<View style={this.style}>
<View style={this.props.style}>
<DocumentScanner {...this.props} />
<TouchableOpacity activeOpacity={1} style={Styles.focusOverlay} onPressOut={() => this.focus()} />
</View>
);
}
}

export default Scanner;
export default Scanner;

0 comments on commit 0fbf59b

Please sign in to comment.