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.
- Follow this guide to configure your environment
- rbenv or rvm
- yarn
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
oryarn build-android
to build the projectyarn ios
oryarn android
to run it
NOTE: If you have issues with your build failing due to Flipper dependency, you might check this discussion.
This project is licensed under the MIT License.