Skip to content

The mobile app for Fat Buck: my crypto trading bot that over a year seemed to just break even 😅

Notifications You must be signed in to change notification settings

shaunsaker/fat-buck-v2-mobile

Repository files navigation

README

Development

  1. Install codepush cli:
npm install -g code-push-cli
  1. Login to appcenter:
code-push login

Deployment

App Builds

  1. Run the release script. This will update the package.json version and build fields, create a release branch and tag.
yarn release 1.0.0
  1. Deploy to each platform:
yarn deploy:ios
yarn deploy:android

Code Updates (via CodePush)

Make sure that the 1.0.0 release branch exists (it should if you've deployed a build for that version).

yarn release:code 1.0.0
  1. Deploy:
yarn deploy:code