connect-app
connect-app copied to clipboard
comma Connect Mobile App
comma Connect - React Native App
Install
git clone https://github.com/commaai/connect.gitcd connectbundle installyarn
Run local bundler
yarn start
Run iOS Debug (Device/Simulator)
cd ios && bundle exec pod installcd ..yarn iosoryarn ios-device
Run Android Debug (Device/Simulator)
yarn android
Release Android beta
- place
release.keystorefile inandroid/app/ KEYSTORE_PASSWORD=*** KEY_PASSWORD=*** bundle exec fastlane android internal_beta- visit play store releases dashboard to finalize release (only if gradle versionName changes)
Release iOS beta
bundle exec fastlane ios beta
Relase to production
- beta builds can be released to production in the store dashboards