We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96af1be + 7ee8a16 commit 3ae569cCopy full SHA for 3ae569c
1 file changed
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "react-native-qrcode-svg",
3
- "version": "5.1.0",
+ "version": "5.1.1",
4
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
5
"main": "index.js",
6
+ "types": "./index.d.ts",
7
"scripts": {
8
"prepare": "rm -rf example",
9
"test": "jest",
@@ -40,7 +41,7 @@
40
41
"peerDependencies": {
42
"react-native": ">=0.46.0",
43
"react": "*",
- "react-native-svg": "^5.4.1"
44
+ "react-native-svg": "^6.5.2"
45
},
46
"dependencies": {
47
"prop-types": "^15.5.10",
0 commit comments