use latest rn version

This commit is contained in:
Ari Lazier 2016-11-11 12:01:31 -08:00
parent b2077910a4
commit bb7e98cbbe
3 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View File

@ -18,6 +18,8 @@
# core
core
core-*
sync
sync-*
# sh build.sh config
/Realm/config.mk

View File

@ -6,8 +6,8 @@
"start": "react-native start"
},
"dependencies": {
"react": "~15.2.0",
"react-native": "^0.31.0",
"react": "15.3.2",
"react-native": "^0.37.0",
"realm": "file:../.."
}
}

View File

@ -6,9 +6,8 @@
"start": "react-native start"
},
"dependencies": {
"react": "~15.3.1",
"react-native": "^0.36.0",
"react-native-fs": "^1.1.0",
"react": "15.3.2",
"react-native": "^0.37.0",
"realm": "file:../..",
"realm-tests": "file:../js",
"xmlbuilder": "^4.2.1"