Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 4b7c440

Browse files
committed
Set dev dependencies react-native, react, and react-dom to compatible
versions
1 parent 1ea5709 commit 4b7c440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"postcss-loader": "^2.0.6",
5353
"prop-types": "^15.5.10",
5454
"raw-loader": "^0.5.1",
55-
"react": "^16.0.0",
56-
"react-dom": "^16.0.0",
55+
"react": "16.0.0",
56+
"react-dom": "16.0.0",
5757
"react-hot-loader": "^3.0.0-beta.2",
58-
"react-native": "^0.50.4",
58+
"react-native": "0.50.4",
5959
"rimraf": "^2.5.4",
6060
"style-loader": "^0.19.0",
6161
"webpack": "^3.6.0",

0 commit comments

Comments
 (0)