Skip to content

Commit

Permalink
Merge pull request alwx#43 from Artirigo/fix-example-run-bug
Browse files Browse the repository at this point in the history
Use specific major version of react dependency
  • Loading branch information
alwx authored Mar 14, 2017
2 parents a902792 + 749efbe commit 00ebc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/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.3.1",
"react": "~15.3.1",
"react-native": "^0.33.0",
"react-native-photo-view": "^1.2.0"
}
Expand Down

0 comments on commit 00ebc90

Please sign in to comment.