Reading through old code, I found that the
web
navigator did have a
history
option (see https://github.com/react-navigation/web/pull/31).
That would make it possible to for example use a hash history in web builds, but unfortunately that feature is not available in the @react-navigation/native package, which contains it's own
memoryHistory
. Is there a reason this was removed, or did it just disappear and you'd be open to a PR to re-add this?