update example to react-native version 0.10.1

This commit is contained in:
Ari Lazier 2015-09-02 20:09:29 -07:00
parent 1148ac5417
commit 3e0a1572f4
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.10.0"
"react-native": "0.10.1"
}
}