We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604c49b + 7e7f440 commit b275a10Copy full SHA for b275a10
3 files changed
.babelrc
@@ -1,4 +1,3 @@
1
{
2
- "presets": ["es2015", "react"],
3
- "plugins": ["transform-class-properties"]
+ "presets": ["react-native"]
4
}
package.json
@@ -1,6 +1,6 @@
"name": "react-native-qrcode-svg",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
5
"main": "index.js",
6
"scripts": {
@@ -33,9 +33,7 @@
33
},
34
"devDependencies": {
35
"babel-jest": "^19.0.0",
36
- "babel-plugin-transform-class-properties": "^6.23.0",
37
- "babel-preset-es2015": "^6.24.0",
38
- "babel-preset-react": "^6.23.0",
+ "babel-preset-react-native": "^1.9.1",
39
"jest": "^19.0.2",
40
"publish": "^0.6.0",
41
"react": "^15.4.2",
0 commit comments