Skip to content

Commit

Permalink
Add support for 0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicismight committed Aug 3, 2017
1 parent fcbf913 commit b45805b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.1",
"version": "5.4.0",
"name": "react-native-svg",
"description": "SVG library for react-native",
"repository": {
Expand All @@ -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"
},
Expand Down

0 comments on commit b45805b

Please sign in to comment.