Skip to content

Commit b6aacdf

Browse files
committed
add react-native-svg to dependencies
add react-native-svg to dependencies
1 parent a7c77a5 commit b6aacdf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

QRCode.js

Lines changed: 1 addition & 1 deletion
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 4.0.2
6+
* Version 4.0.3
77
*
88
* @author [ [email protected] ]
99
*

QRCode.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/images/demo-premium.png

-209 KB
Loading

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easyqrcode-react-native",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "React Native QRCode generation component. Can get standard base64 image data url text or save image to file. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. support binary mode.",
55
"main": "QRCode.min.js",
66
"scripts": {},
@@ -36,7 +36,8 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"react-native-canvas": "^0.1.37"
39+
"react-native-canvas": "^0.1.37",
40+
"react-native-svg": "^12.1.1"
4041
},
4142
"devDependencies": {},
4243
"peerDependencies": {

0 commit comments

Comments
 (0)