The Celsius mobile app enables you to calculate loan and interest rate based on your crypto holdings.
Starting the project
$ yarn start
- starts expo project (use one ofyarn start:dev
commands instead)$ yarn start:dev
- starts expo project with the existing environment settings$ yarn start:dev:staging
- sets staging environment and starts the project$ yarn start:dev:production
- sets production environment and starts the project
Running the app in dev environment
$ yarn ios
- starts ios simulator and react native debugger$ yarn android
- starts android simulator and react native debugger
Environment variables setup
$ yarn set:env
- runsset-env
script$ yarn set:env:staging
- sets staging environment variables$ yarn set:env:production
- sets production environment variables
Other
$ yarn set:version
- for setting version and build numbers inInfo/plist
andbundle.gradle
$ yarn lint
- checks the code for linting errors$ yarn plop
- runs plop More.... Available plops for: TODO
- React Native Debugger
- API Docs v1
- API Docs v3
- Testflight for iPhone