Merge upstream: Expo SDK 56 (#3038) + precompile fonts (#3003)#1
Merged
Conversation
## [11.2.1](infinitered/ignite@v11.2.0...v11.2.1) (2025-10-06) ### Bug Fixes * **boilerplate:** update worklets exclude to drop version ([infinitered#3001](infinitered#3001) by [@frankcalise](https://github.com/frankcalise)) ([3e8c37e](infinitered@3e8c37e))
…OS and Android Fixes infinitered#2995
Bundles SpaceGrotesk .ttf files locally instead of the @expo-google-fonts/space-grotesk package. Conflict in boilerplate/package.json resolved by keeping SDK 56's @expo/metro-runtime ~56.0.14 (from PR infinitered#3038) and dropping the @expo-google-fonts/space-grotesk dependency (removed by this PR). Upstream: infinitered#3003
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.
Combines two upstream Infinite Red PRs into this fork, merged onto
master.Included
.ttffiles locally and drops the@expo-google-fonts/space-groteskpackage.Conflict resolution
Only one conflict, in
boilerplate/package.json:@expo/metro-runtime ~56.0.14(from feat: SDK 56 infinitered/ignite#3038) over Feat/precompile fonts infinitered/ignite#3003's older~6.1.2.@expo-google-fonts/space-grotesk(removed by Feat/precompile fonts infinitered/ignite#3003 in favor of bundled fonts).All other overlaps (
app.json, font-loading code) auto-merged cleanly.typography.tskept this fork's improved doc comment plus infinitered#3003's local-fontrequire()loading. All JSON validated; no remaining references to the removed google-fonts package.🤖 Generated with Claude Code