issues
search
cssivision
/
react-native-qrcode
a minimalist qrcode component for react-native
MIT License
853
stars
304
forks
source link
Qr code Error Correction Level exposed.
#57
Open
AkshatGiri
opened
6 years ago
AkshatGiri
commented
6 years ago
errorCorrectLevel prop added
Qr code is affected by errorCorrectLevel by passing it into qr.js
Values that can passed be as errorCorrectLevel are
// (L 7% ) : 1, // (M 15% ) : 0, // (Q 25% ) : 3 // (H 30% ) : 2
Readme updated.