Add support for 0.47.0

This commit is contained in:
magicismight
2017-08-03 14:54:13 +08:00
parent fcbf91326c
commit b45805b4cf
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@
- react-native-svg >= 5.1.8 only supports react-native >= 0.44.0 and react == 16.0.0-alpha.6
- react-native-svg >= 5.2.0 only supports react-native >= 0.45.0 and react == 16.0.0-alpha.12
- react-native-svg >= 5.3.0 only supports react-native >= 0.46.0 and react == 16.0.0-alpha.12
- react-native-svg >= 5.4.0 only supports react-native >= 0.47.0 and react == 16.0.0-alpha.12
2. Link native code
+2 -2
View File
@@ -1,5 +1,5 @@
{
"version": "5.3.1",
"version": "5.4.0",
"name": "react-native-svg",
"description": "SVG library for react-native",
"repository": {
@@ -22,7 +22,7 @@
"lint": "eslint ./"
},
"peerDependencies": {
"react-native": ">=0.46.0",
"react-native": ">=0.47.0",
"react": "16.0.0-alpha.12",
"prop-types": "^15.5.8"
},