Fix/react navigation static config v1.0.1#13
Merged
maximcoding merged 9 commits intomasterfrom Mar 26, 2026
Merged
Conversation
- Replace JSX navigators with static screens maps and createStaticNavigation - Preserve NavigationRoot theme, MMKV persistence, ref, BootSplash onReady - Document param-list mirroring to avoid circular imports with stack screens Made-with: Cursor
…OS codegen - Add scripts/bootsplash-generate.cjs (temp copy avoids Sharp I/O clash) - Point bootsplash:generate at the script; background #111827 - Refresh iOS/Android splash assets and assets/bootsplash scales - Document New Architecture Props.h / pod install in development.md Made-with: Cursor
- Refresh .claude/skills/vercel-react-native-skills (AGENTS, rules, navigation note) - AnimatedTabBar: import order + IconSvg formatting - useInitialRoute: import order Made-with: Cursor
…ts/bootsplash - Restore assets/bootsplash, Android drawables, and iOS BootSplash (c4ffc4) from pre-regenerate tree - bootsplash-generate: write CLI scales to assets/bootsplash-generated/ (gitignored); logo-width 160 - Document curated vs generated paths in development.md Made-with: Cursor
- Add devDependency sharp@0.34.2 and npm run gen:app-icon - scripts/generate-app-icon.cjs: source app-icon.png or bootsplash logo, #111827 flatten - Populate AppIcon.appiconset PNGs + Contents.json filenames - Regenerate ic_launcher / ic_launcher_round per density - Document in development.md and README quick start Made-with: Cursor
Prefer largest available assets/bootsplash PNG; document in README and development.md Made-with: Cursor
Use assets/logo.png as the single source for bootsplash generation and make app icon generation prefer assets/bootsplash/logo@*.png before other fallbacks. Update docs to clearly document source-of-truth and script behavior. Made-with: Cursor
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.
Description
Brief description of the change.
Checklist
npm run lintpasses (Biome —biome check .)npm testpassesnpx tsc --noEmitpasses## Unreleased