chore(example): upgrade to Expo SDK 53 and add Android 16 KB support#254
Open
ayseboogie wants to merge 3 commits into
Open
chore(example): upgrade to Expo SDK 53 and add Android 16 KB support#254ayseboogie wants to merge 3 commits into
ayseboogie wants to merge 3 commits into
Conversation
- Upgrade example app to Expo SDK 53 / React Native 0.79.6 - Add patch-package to patch React Native NDK version to 28.0.13004108 - This enables 16 KB ELF alignment for 64-bit Android architectures - Ignore example/android and example/ios directories (Expo prebuild output)
ace69b3 to
9c88fba
Compare
Switch example entry to expo-router and restore matching app assets/plugins. Add missing Expo Router stack dependencies so example startup resolves correctly. Co-authored-by: Cursor <cursoragent@cursor.com>
Restore the example home screen as a date picker playground. Wire aliases so Expo Router and root dependencies resolve. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
exampleapp to Expo SDK 53 / React Native 0.79.6, and verify it runs on iOS Simulator and Android Emulator.28.0.13004108viapatch-package.example/android,example/ios) out of git for a cleaner OSS contributor flow.metro.config.js,babel.config.js,tsconfig.json).example/app.jsonto keep the sample generic for open source use.Why
Android 15+ devices with 16 KB page sizes can flag apps built with older NDK alignment defaults. This PR updates the example setup so contributors can run the project on modern emulators/devices more reliably, while keeping the repo clean and contributor-friendly.
Validation
yarn example androidbuilds, installs, and launches on Android emulator.yarn example ioslaunches on iOS simulator.android
ios
