Update test and example apps to use React Native 0.24.1

This might make tests run more reliably on iOS due to some internal changes, mainly "Stop the runloop from invalidate instead of dealloc" (99c7de2).
This commit is contained in:
Scott Kyle 2016-04-20 11:13:05 -07:00
parent 741db2037f
commit 933e6070c5
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"react": "^0.14.5",
"react-native": "^0.22.0",
"react-native": "^0.24.1",
"realm": "file:../.."
}
}

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"react": "^0.14.5",
"react-native": "^0.22.0",
"react-native": "^0.24.1",
"react-native-sqlite-storage": "^2.1.3",
"react-native-store": "^0.4.1",
"realm": "file:../.."

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"react": "^0.14.5",
"react-native": "^0.22.0",
"react-native": "^0.24.1",
"react-native-fs": "^1.1.0",
"xmlbuilder": "^4.2.1",
"realm": "file:../..",