Skip to content

tsnextex/RN_shop-rent_borw

Repository files navigation

Build Android

Set up fastlane

for first time

- Step 1: Install rvm https://rvm.io/rvm/install

\curl -sSL https://get.rvm.io | bash

- Step 2: Sync terminal: https://stackoverflow.com/questions/11677771/rvm-command-not-found-mac-ox

$ source ~/.rvm/scripts/rvm

- Step 3:

$ cd ./fastlane run to install bundler gem install bundler

If already install bundler

- Step 4: run bundle to install fastlane and some dependent libraries

bundle

Autobuild

  • Both iOS and Android: ./build.sh

  • Only iOS

  cd ./fastlane
  fastlane ios beta
  • Only Android
  cd ./fastlane
  fastlane Android beta

https://www.youtube.com/watch?v=QZOZ6IUFyAw&t=4s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published