Skip to content

Commit

Permalink
minor dependency upgrade to make it run on xcode 8 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt authored Aug 1, 2017
1 parent 9803860 commit efe3689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.2.1",
"react-native": "^0.30.0",
"react": "15.3.1",
"react-native": "^0.33.0",
"react-native-admob": "../"
}
}

0 comments on commit efe3689

Please sign in to comment.