mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-26 06:21:07 +00:00
933e6070c5
This might make tests run more reliably on iOS due to some internal changes, mainly "Stop the runloop from invalidate instead of dealloc" (99c7de2).
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.24.1",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|