Skip to content

Commit

Permalink
Merge pull request #62 from geminiyellow/chore/rnw/update
Browse files Browse the repository at this point in the history
chore(rnw): update from `0.1.13` to `0.6.0`
  • Loading branch information
piranna committed Apr 17, 2018
2 parents 105a18d + ffd6410 commit 7811d80
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ node scripts/additionalDependencies.js
"web": "node scripts/start.js",
"build": "node scripts/build.js"
```
- react-native-web currently (20th of July, 2017) supports React/ReactDOM 15.4, 15.5, or 15.6, so make sure you do not upgrade if you want support for web.
- make sure that the version of react-native-windows is same as your react-native version, if you are targeting windows support.

---
Expand Down
2 changes: 1 addition & 1 deletion templates/re-base/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "0.1.13"
"react-native-web": "0.6.0"
}
2 changes: 1 addition & 1 deletion templates/re-dux/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "0.1.13",
"react-native-web": "0.6.0",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-thunk": "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/re-route/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "0.1.13",
"react-native-web": "0.6.0",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-native": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/re-start/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "0.1.13",
"react-native-web": "0.6.0",
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
Expand Down

0 comments on commit 7811d80

Please sign in to comment.