Skip to content

dan2468/connect

 
 

Repository files navigation

comma Connect - React Native App

Install

  • git clone https://github.com/commaai/connect.git
  • cd connect
  • bundle install
  • yarn

Run iOS Debug (Simulator)

  • cd ios && bundle install && pod install
  • cd ..
  • yarn ios

Run Android Debug (Device/Simulator)

  • yarn android

Release Android beta

  • KEYSTORE_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

Android production release

  • KEYSTORE_PASSWORD=*** bundle exec fastlane android production
  • visit play store releases dashboard to finalize release

iOS production release

About

comma Connect Mobile App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • Swift 4.2%
  • Ruby 3.9%
  • Objective-C 1.9%
  • Java 1.1%
  • Starlark 0.6%
  • Other 0.2%