chore(navigation): update to react-navigation 7.x - #1330
Draft
hgray-instawork wants to merge 9 commits into
Draft
Conversation
hgray-instawork
force-pushed
the
hardin/rnav-7-update
branch
from
August 5, 2026 22:29
0232c91 to
854eef3
Compare
hgray-instawork
force-pushed
the
hardin/rnav-7-update
branch
from
August 6, 2026 16:30
854eef3 to
fafc55c
Compare
hgray-instawork
force-pushed
the
hardin/rnav-7-update
branch
from
August 6, 2026 21:47
fafc55c to
3cb5992
Compare
hgray-instawork
force-pushed
the
hardin/rnav-7-update
branch
from
August 8, 2026 02:00
920a7a4 to
000b016
Compare
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
Upgrade Hyperview from React Navigation 6 to the latest React Navigation 7 packages:
@react-navigation/native7.3.14@react-navigation/bottom-tabs7.18.14@react-navigation/stack7.10.19The Hyperview API remains unchanged and navigation behavior, transitions, and presentation continue to match the current Hyperview release.
React Navigation 7 migration
This applies the relevant changes from the 6.x to 7.x migration guide:
StackViewprops and the v7 navigation state shape.animationEnabledwith the newanimationoption.pop: truenavigation option.closefollowed byneworpush. RN7 may remove the closing route before its scene unmounts, so Hyperview redirects subsequent actions from the stale child navigator to its active parent.@react-navigation/stack7.10.19, which fixes screens remaining inert whenscene.progress.nextdisappears during route removal.Route lifecycle and URL state remain synchronized during reload, back, close, deep-link, and dynamic modal flows.
Validation