The Celsius mobile app enables you to calculate loan and interest rate based on your crypto holdings.
- Android users
- iPhone users (under review)
npm install -g expo
npm install
npm run start:dev:staging
/config
folderapp.json
- relevant credentials
- install
expo
app on device - ask dev team for expo credentials
- Open Staging
$ npm start
- starts expo project (use one of
npm run start:dev
commands instead)
$ npm run start:dev
- starts expo project with environment settings from
app.json
$ npm run start:dev:local
- updates
app.json
with local settings and starts expo project
$ npm run start:dev:staging
- updates
app.json
with staging settings and starts expo project
$ npm run kill:expo
$ npm run ios
- starts ios simulator and react native debugger
$ npm run android
$ npm run lint
- checks the code for linting errors
$ npm run env:local
- updates
app.json
with local environment variables
$ npm run env:staging
- updates
app.json
with staging environment variables
$ npm run env:production
- updates
app.json
with production environment variables
$ npm run publish:staging
- publishes staging app to expo
$ npm run deploy:staging
- sets staging environment variables and publishes app to staging
$ npm run plop
- runs plop More.... Available plops for: TODO
- axios
- base-64
- country-data
- currency-formatter
- exp
- expo
- expo-env
- hoek
- immutable
- lodash
- moment
- native-base
- prop-types
- qs
- react
- react-native
- react-native-animatable
- react-native-auth0
- react-native-checkbox
- react-native-datepicker
- react-native-easy-grid
- react-native-google-signin
- react-native-image-header-scroll-view
- react-native-qrcode
- react-native-simple-twitter
- react-native-svg
- react-native-svg-charts
- react-native-svg-icon
- react-native-swipeable
- react-navigation
- react-redux
- redux
- redux-logger
- redux-thunk
- sentry-expo
- uuid
- which-country
Dev dependencies