mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
6b07937c8b
* Upgrade react-test-app to RN 0.40. * Give the test harness enough time to subscribe to the `realm-test-names` event * Disable parallel builds in the test app http://stackoverflow.com/questions/41477241/react-native-xcode-upgrade-and-now-rctconvert-h-not-found * Update ReactExample to RN 0.40.0
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "~15.4.0-rc.4",
|
|
"react-native": "0.40.0",
|
|
"react-native-fs": "^1.1.0",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js",
|
|
"xmlbuilder": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "1.9.1",
|
|
"invariant": "^2.2.2"
|
|
}
|
|
}
|