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 does this do?
This PR upgrades the React Native template from Expo SDK 53 to Expo SDK 54, along with major dependency updates and necessary code migrations.
Key changes:
~53.0.23to~54.0.250.79.5to0.81.519.0.0to19.1.0~3.17.5to~4.1.5(major version)~3.1.0to~4.0.1(major version)1.7.6to2.0.2(major version)Code migrations:
MMKVAPI fromnew MMKV()tocreateMMKV()factory functiondelete()→remove(), addedclearAll()for batch operationsreact-native-reanimatedv4 compatibility with@gorhom/bottom-sheetexpo-build-propertiesplugin with iOS deployment target set to16.0Why did you do this?
This upgrade is necessary to:
The migration addresses breaking changes in:
react-native-mmkvv4 which introduced a new factory-based APIreact-native-reanimatedv4 which required type definition updates for compatibilityWho/what does this impact?
Impact:
Breaking changes:
MMKVconstructor replaced withcreateMMKV()factory functiondelete()method renamed toremove()clearAll()method available for batch operationsI also had to update my Xcode to 16.3 in order to use expo 54
Notes:
react-native-reanimatedtype definitions were added to maintain compatibility with@gorhom/bottom-sheetexpo-build-propertiespluginScreenshots / Previews