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
Prior to React Navigation v7, the recommended approach for overriding back behavior was to use something like the beforeRemove event. However, with v7 there's a note in this section about how this approach doesn't work with @react-navigation/native-stack, which is applicable to us:
Prior to React Navigation v7, the recommended approach for overriding back behavior was to use something like the
beforeRemove
event. However, with v7 there's a note in this section about how this approach doesn't work with@react-navigation/native-stack
, which is applicable to us:We should update our approach to use the new recommended approach as documented here: https://reactnavigation.org/docs/preventing-going-back/
Until then, we might run into potential issues caused by us unintentionally allowing a user to navigate away from a screen.
The text was updated successfully, but these errors were encountered: