We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc4e278 + 0e98bb2 commit 6161c51Copy full SHA for 6161c51
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-qrcode-svg",
3
- "version": "5.0.4",
+ "version": "5.0.5",
4
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
5
"main": "index.js",
6
"scripts": {
@@ -38,7 +38,7 @@
38
"homepage": "https://github.com/awesomejerry/react-native-qrcode-svg#readme",
39
"peerDependencies": {
40
"react-native": ">=0.46.0",
41
- "react": "16.0.0-alpha.12",
+ "react": "*",
42
"react-native-svg": "^5.4.1"
43
},
44
"dependencies": {
0 commit comments