A React Native Android demo app with Fastlane and CI/CD via GitHub Actions.
npm install
cd android && bundle install && bundle exec fastlane android buildThe debug APK will be at android/app/build/outputs/apk/debug/app-debug.apk.
The GitHub Actions workflow builds the debug APK using Fastlane and uploads it to AutoDevice on every push to main.
AUTODEVICE_API_KEY— API key for AutoDevice