From 3fa919b6ebeda0df9509dc540ff9d2a6ee81b7aa Mon Sep 17 00:00:00 2001 From: Abhinav Viswaroop <115871633+aviswaroop@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:04:10 +0530 Subject: [PATCH 1/2] Update README.md 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61114a64e..69a93bab0 100644 --- a/README.md +++ b/README.md @@ -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 /> From abba8365f345980442bfa8e20bb4571b05265a4f Mon Sep 17 00:00:00 2001 From: Seph Soliman Date: Tue, 10 Oct 2023 15:20:51 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a93bab0..a0bc8160b 100644 --- a/README.md +++ b/README.md @@ -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 stops when some code has been found. 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 />