diff --git a/README.md b/README.md index 9c4eb537..fa6f24c5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 960dcee0..bc623dff 100644 --- a/package.json +++ b/package.json @@ -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" },