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
If this package had a history.BackTo('/<path>') method, it could be used to entirely match the capabilities of native mobile navigation APIs. This would allow developers to specify a path (or better, a match pattern) and, when called, the history would be popped back to the first location matching that path... or a default root path (e.g. "/") in the case the path is not found in the history.
The text was updated successfully, but these errors were encountered:
If this package had a
history.BackTo('/<path>')
method, it could be used to entirely match the capabilities of native mobile navigation APIs. This would allow developers to specify a path (or better, a match pattern) and, when called, the history would be popped back to the first location matching that path... or a default root path (e.g. "/") in the case the path is not found in the history.The text was updated successfully, but these errors were encountered: