This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/package.json

12 lines
203 B
JSON

{
"name": "Sphere",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "=0.19.0"
}
}