Repository for the post Friendly Guide to Deploy a React Native iOS app to TestFlight using Fastlane and CircleCI.
This is a sample blank React Native application created with npx react-native init
featuring:
- Creating and reading signing secrets (certificates and provisioning profiles) with
fastlane match
- A Bitbucket match repo to store signing secrets
- Building the iOS app with the
fastlane gym
action - Deploying to TestFlight
- CircleCI pipeline to build and deploy to TestFlight