mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
Bump version to 5.3.0 for RN 0.46, update peerDependency range for RN
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
- react-native-svg >= 4.5.0 only supports react-native >= 0.40.0 and react >= 15.4.0
|
||||
- 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
|
||||
|
||||
2. Link native code
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "5.2.0",
|
||||
"version": "5.3.0",
|
||||
"name": "react-native-svg",
|
||||
"description": "SVG library for react-native",
|
||||
"repository": {
|
||||
@@ -22,7 +22,7 @@
|
||||
"lint": "eslint ./"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.45.0",
|
||||
"react-native": ">=0.46.0",
|
||||
"react": "16.0.0-alpha.12",
|
||||
"prop-types": "^15.5.8"
|
||||
},
|
||||
@@ -34,7 +34,7 @@
|
||||
"babel-eslint": "^6.1.2",
|
||||
"eslint": "^2.13.1",
|
||||
"eslint-plugin-react": "^4.3.0",
|
||||
"react-native": "0.46.0-rc.2"
|
||||
"react-native": "^0.46.0"
|
||||
},
|
||||
"nativePackage": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user