Skip to content

Commit efe3689

Browse files
authored
minor dependency upgrade to make it run on xcode 8 (#152)
Per: facebook/react-native#8584
1 parent 9803860 commit efe3689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "node node_modules/react-native/local-cli/cli.js start"
77
},
88
"dependencies": {
9-
"react": "15.2.1",
10-
"react-native": "^0.30.0",
9+
"react": "15.3.1",
10+
"react-native": "^0.33.0",
1111
"react-native-admob": "../"
1212
}
1313
}

0 commit comments

Comments
 (0)