Skip to content

chore: Upgrade react-native-safe-area-context to 5.8.0 - #1051

Merged
mrousavy merged 1 commit into
mainfrom
chore/upgrade-safe-area-context-5.8.0
May 28, 2026
Merged

chore: Upgrade react-native-safe-area-context to 5.8.0#1051
mrousavy merged 1 commit into
mainfrom
chore/upgrade-safe-area-context-5.8.0

Conversation

@mrousavy

Copy link
Copy Markdown
Member

Summary

  • Upgrade the example app's react-native-safe-area-context dependency to ^5.8.0.
  • Refresh bun.lock and example/ios/Podfile.lock so the iOS pods resolve react-native-safe-area-context 5.8.0.
  • CocoaPods also corrected stale Yoga and Podfile checksums while updating the lockfile; no Podfile or Yoga version change is included.

Notes

  • The 5.8.0 Android pod/package metadata removes the manifest namespace warning seen on 5.6.1.
  • Android still emits React Native API deprecation warnings from safe-area internals; those are upstream compatibility warnings and not required for this bump.

Validation

  • bun install
  • rbenv exec bundle exec pod update react-native-safe-area-context hermes-engine --no-repo-update
  • rbenv exec bundle exec pod install
  • bun typecheck
  • bun lint-ci
  • bun run test
  • JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home ./gradlew assembleDebug --no-daemon --build-cache
  • xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -derivedDataPath build -UseModernBuildSystem=YES -workspace MmkvExample.xcworkspace -scheme MmkvExample -sdk iphonesimulator -configuration Debug -destination 'generic/platform=iOS Simulator' build CODE_SIGNING_ALLOWED=NO
  • git diff --check

@mrousavy
mrousavy marked this pull request as ready for review May 27, 2026 20:28
@mrousavy
mrousavy force-pushed the chore/upgrade-safe-area-context-5.8.0 branch 2 times, most recently from 02b4c3d to 9cc0573 Compare May 27, 2026 22:41
@mrousavy
mrousavy force-pushed the chore/upgrade-safe-area-context-5.8.0 branch from 9cc0573 to 219d8aa Compare May 28, 2026 08:31
@mrousavy
mrousavy merged commit bbdce6f into main May 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant