Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Greetings,
This PR seeks to prose a minor correction in the wording of a comment.

Line 103: replace 'stoped when find any code' with 'stops when some code has been found'

Thank you
  • Loading branch information
aviswaroop authored Sep 10, 2023
1 parent 91915bf commit 3fa919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Additionally, the Camera can be used for barcode scanning
// Barcode props
scanBarcode={true}
onReadCode={(event) => Alert.alert('QR code found')} // optional
showFrame={true} // (default false) optional, show frame with transparent layer (qr code or barcode will be read on this area ONLY), start animation for scanner,that stoped when find any code. Frame always at center of the screen
showFrame={true} // (default false) optional, show frame with transparent layer (qr code or barcode will be read on this area ONLY), start animation for scanner,that stops when some code has been found. Frame always at center of the screen
laserColor='red' // (default red) optional, color of laser in scanner frame
frameColor='white' // (default white) optional, color of border of scanner frame
/>
Expand Down

0 comments on commit 3fa919b

Please sign in to comment.