bump example app to 0.38

This commit is contained in:
Pedro Belo 2016-11-28 15:08:05 -08:00
parent c6f12527fb
commit ca59b23b2f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^15.3.0",
"react-native": "^0.33.0",
"react": "^15.4.0",
"react-native": "^0.38.0",
"react-native-config": "../"
}
}