Skip to content

chore: Upgrade React Navigation to 7.2.5#3941

Closed
mrousavy wants to merge 1 commit into
mainfrom
chore/upgrade-navigation-stack
Closed

chore: Upgrade React Navigation to 7.2.5#3941
mrousavy wants to merge 1 commit into
mainfrom
chore/upgrade-navigation-stack

Conversation

@mrousavy
Copy link
Copy Markdown
Owner

Summary

  • Upgrade @react-navigation/native from 7.1.31 to 7.2.5.
  • Upgrade @react-navigation/native-stack from 7.14.2 to 7.16.0, matching its @react-navigation/native peer requirement.
  • Upgrade the native runtime peers used by native-stack: react-native-gesture-handler 2.31.2, react-native-safe-area-context 5.8.0, and react-native-screens 4.25.2.
  • Refresh the example app Podfile.lock for RNGestureHandler, RNScreens, and react-native-safe-area-context.

Changelog review

  • native-stack 7.16.0 adds an option for disabling default top inset application; current navigator config does not need migration.
  • screens 4.25.2 fixes Android tabs/FormSheet behavior.
  • gesture-handler 2.31.2 fixes Android TalkBack/rotation and web pinch/rotation behavior.
  • safe-area-context 5.8.0 removes UIImplementation usage from SafeAreaView.
  • The app only uses static navigation, useNavigation, useIsFocused, GestureDetector, and useSafeAreaInsets; no API changes were required.

Validation

  • bun install --frozen-lockfile
  • bun run build
  • bun --cwd apps/simple-camera tsc --noEmit
  • git diff --check
  • PATH=/Users/mrousavy/.nvm/versions/node/v20.19.4/bin:$PATH /Users/mrousavy/.rbenv/versions/2.7.6/bin/bundle exec pod install

Notes

  • Android assemble validation was attempted with ./gradlew :app:assembleDebug --no-daemon --stacktrace, but this shell cannot locate a Java runtime.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-native-vision-camera-docs Ready Ready Preview, Comment May 27, 2026 8:39pm

Request Review

@mrousavy
Copy link
Copy Markdown
Owner Author

Superseded by #3959.

@mrousavy mrousavy closed this May 28, 2026
@mrousavy mrousavy deleted the chore/upgrade-navigation-stack branch May 28, 2026 13:11
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