chore: bump react-native-safe-area-context 5.4.0 → 5.7.0#7367
Merged
janicduplessis merged 1 commit intodevelopfrom Apr 22, 2026
Merged
chore: bump react-native-safe-area-context 5.4.0 → 5.7.0#7367janicduplessis merged 1 commit intodevelopfrom
janicduplessis merged 1 commit intodevelopfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
10 tasks
|
🧪 Flashlight Performance Report (AWS Device Farm) 🔀 Commit: 7939e4f
|
c573de5 to
4c678ca
Compare
4c678ca to
edd1f94
Compare
olerass
approved these changes
Apr 22, 2026
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 changed (plus any additional context for devs)
Bumps
react-native-safe-area-contextfrom 5.4.0 to 5.7.0 (latest). No patches, no API changes on anything we use (SafeAreaProvider,useSafeAreaInsets,SafeAreaView).Between 5.4 and 5.7 the library added
SafeAreaListener, a Fabric view pool fix, and new-arch-only Yoga/CMake fixes. The only C/C++ build surface is new-arch — on old arch we build pure Java/Kotlin + ObjC, so the RN version coupling is effectively none. Verified against our Mobile React Native 0.81 Upgrade Plan, which targets this as a safe pre-bump. Expo SDK 54 pins~5.6.0, so 5.7.0 is a minor above the pin but still compatible.Extracted from #7366 (RN 0.81 bump) so it can land independently.
Screen recordings / screenshots
N/A — no visual changes.
What to test