You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use useRoute() to scope Home navigation to NOT_FOUND screen only
Instead of always overriding onLinkPress, use useRoute() to detect
when NotFoundPage is rendered as the SCREENS.NOT_FOUND screen and
only then navigate to HOME. Other callers that render NotFoundPage
inline keep their existing onLinkPress behavior.
Co-authored-by: truph01 <truph01@users.noreply.github.com>
0 commit comments