Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew install fastlane
fastlane codepush_ios
fastlane codepush_android
fastlane codepush
fastlane ios increment_version
Increment version minor number for the iOS application.
fastlane ios increment_build
Increment build number for the iOS application.
fastlane ios build
Build the iOS application.
fastlane ios beta
Release On TestFlight
fastlane ios release
fastlane android beta
Setup Android build and release to beta
fastlane android release
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.