Merge pull request #422 from react-native-community/5.4.0

5.4.0
This commit is contained in:
Horcrux
2017-08-03 15:09:48 +08:00
committed by GitHub
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.3",
"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"
},