Update to React Native 0.18.0 official release

This commit is contained in:
Scott Kyle 2016-01-18 23:01:14 -08:00
parent 04ee234578
commit 92df9bff8c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"start": "react-native start"
},
"dependencies": {
"react-native": "0.16.0",
"react-native": "0.18.0",
"realm": "file:../.."
}
}

View File

@ -6,7 +6,7 @@
"start": "react-native start"
},
"dependencies": {
"react-native": "0.18.0-rc",
"react-native": "0.18.0",
"realm": "file:../..",
"realm-tests": "file:../lib"
}