mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +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).
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "ReactNativeBenchmarks",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.24.1",
|
|
"react-native-sqlite-storage": "^2.1.3",
|
|
"react-native-store": "^0.4.1",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|