docs: rewrite README with flavors + EAS guide - #23
Merged
Conversation
Replace the default React Native boilerplate README with a guide covering the three build flavors (development/staging/production), how each flavor maps across Android productFlavors, iOS schemes, EAS profiles, and .env files, plus the EAS build/submit/OTA-update commands and CI/CD workflows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replaces the default React Native boilerplate README with a proper guide so anyone can understand how the build flavors and EAS pipeline are set up.
Covers
development/staging/productioncomparison table (app IDs, API URLs, OTA channels, store tracks, audience)productFlavors, iOS schemes, EAS profiles (eas.json), and.env.<environment>files.envfile, with the warning thatreact-native-configbakes values into the binary (no secrets)yarn android:*/yarn ios:*scriptsyarn eas:*commandsEXPO_TOKENsecretdocs/EAS.mdAll content is drawn from the actual
eas.json,app.config.js,package.json,build.gradleflavors, iOS schemes, and workflow files.Note
The unrelated
project.pbxprojDEVELOPMENT_TEAMchange (local Xcode signing identity) is intentionally not included in this PR.🤖 Generated with Claude Code