Skip to content

Commit

Permalink
add explicit react version to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnamee committed Aug 14, 2016
1 parent bab5b4c commit f6b8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^15.2.1",
"react": "15.2.1",
"react-native": "^0.31.0",
"react-native-db-models": "^0.1.3",
"react-native-navbar": "^1.5.0",
Expand Down

0 comments on commit f6b8b6e

Please sign in to comment.