Skip to content

Commit 9e46041

Browse files
committed
New version 3.7.3 released!
# Fixed when qrcode text too long will exception code length overflow.
1 parent 2eeced2 commit 9e46041

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

QRCode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* React Native QRCode generation component. Can generate standard QRCode image or base64 image data url text. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. support binary mode.
55
*
6-
* Version 3.7.2
6+
* Version 3.7.3
77
*
88
* @author [ [email protected] ]
99
*
@@ -780,7 +780,7 @@ QRRSBlock.RS_BLOCK_TABLE = [
780780
[5, 109, 87, 1, 110, 88],
781781
[5, 65, 41, 5, 66, 42],
782782
[5, 54, 24, 7, 55, 25],
783-
[11, 36, 12],
783+
[11, 36, 12, 7, 37, 13],
784784
[5, 122, 98, 1, 123, 99],
785785
[7, 73, 45, 3, 74, 46],
786786
[15, 43, 19, 2, 44, 20],

0 commit comments

Comments
 (0)