mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 23:04:29 +00:00
b76ed20020
Fixed some minor issues along the way.
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.0.2",
|
|
"react-native": "^0.26.2",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|