Skip to content

Commit

Permalink
Merge pull request #582 from aviswaroop/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
scarlac committed Oct 10, 2023
2 parents 2916254 + abba836 commit 64e39ab
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 a 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 64e39ab

Please sign in to comment.