mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-08 20:56:25 +00:00
This might make tests run more reliably on iOS due to some internal changes, mainly "Stop the runloop from invalidate instead of dealloc" (99c7de2).
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.24.1",
|
|
"react-native-fs": "^1.1.0",
|
|
"xmlbuilder": "^4.2.1",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js"
|
|
}
|
|
}
|