Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add support for React Native 0.43
Browse files Browse the repository at this point in the history
React Native 0.43 depends on React 16 alpha so we need to add it to the
version ranges.
  • Loading branch information
ligaz committed Apr 21, 2017
1 parent 444ef5d commit 85a8b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"README.md"
],
"peerDependencies": {
"react": "0.14.x || 15.* || ^15.0.0",
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0-alpha",
"redux": "^2.0.0 || ^3.0.0"
},
"optionalDependencies": {
"react-dom": "0.14.x || 15.* || ^15.0.0"
"react-dom": "0.14.x || 15.* || ^15.0.0 || ^16.0.0-alpha"
},
"devDependencies": {
"@types/enzyme": "^2.4.32",
Expand Down

0 comments on commit 85a8b7f

Please sign in to comment.