Skip to content

Commit

Permalink
Try by moving Rn in dev dependencies, this way the project will use t…
Browse files Browse the repository at this point in the history
…he host project react native version
  • Loading branch information
mfrachet committed Jul 9, 2017
1 parent e4460bf commit e63a704
Show file tree
Hide file tree
Showing 3 changed files with 4,984 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react": "16.0.0-alpha.12",
"react-native": "0.44.0",
"rn-placeholder": "file:../"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"test:auto": "./node_modules/.bin/jest --watch"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-jest": "^20.0.3",
Expand All @@ -25,6 +23,8 @@
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"jest": "^20.0.4",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-dom": "^15.6.1",
"react-native-mock": "^0.3.1",
"react-test-renderer": "^15.6.1"
Expand Down
Loading

0 comments on commit e63a704

Please sign in to comment.