Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

React Native CI with GitHub Actions & FlyCI's macOS Runners

Project Overview

This project is tightly coupled to the corresponding guide for building a React Native app with GitHub Actions and FlyCI macOS runners. Please, refer to it for more details.

Run locally

Prerequsites

Build the app

Go to the project folder and run the following steps:

  • install ruby
  • yarn install --frozen-lockfile
  • bundle install
  • cd ios && bundle exec pod install && cd ../
  • yarn build-ios or yarn build-android to build the project
  • yarn ios or yarn android to run it

NOTE: If you have issues with your build failing due to Flipper dependency, you might check this discussion.

License

This project is licensed under the MIT License.