mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Add support for 0.47.0
This commit is contained in:
@@ -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
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user