https://github.com/bbb/react-native-card.io-example
https://github.com/bbb/react-native-card.io-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbb/react-native-card.io-example
- Owner: BBB
- License: mit
- Created: 2015-09-30T17:36:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T19:31:51.000Z (over 10 years ago)
- Last Synced: 2023-03-10T22:28:43.788Z (over 3 years ago)
- Language: Objective-C
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Installing
`npm i`
`cp .env.example .env`
## Running
### For development
`source .env && npm run hot`
Run the XCodeProject
### For distribution
`source .env && NODE_ENV=production npm start`
Run the XCodeProject