diff --git a/README.md b/README.md index 4c6bbd8a..cedf7f6e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index d2f60a41..770ebdd2 100644 --- a/package.json +++ b/package.json @@ -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 }