mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.16.0",
|
|
"realm": "file:../../lib"
|
|
}
|
|
}
|