web icon indicating copy to clipboard operation
web copied to clipboard

Tools for react-navigation on web browsers and servers

Results 40 web issues
Sort by recently updated
recently updated
newest added

It seems the default for the `StackNavigator` is android style, ideally there would be a way to select the iOS look and feel if wanted as well.

Hi, First of all, thank you for the awesome package. This PR is completely based on https://github.com/react-navigation/web/pull/12, so full credits to @clemMoine . I needed to be able to set...

fixes: https://github.com/react-navigation/react-navigation-web/issues/5#issue-387851374

The user is able to provide `style`, `onClick` and `className` parameters for example when creating a `Link` from `react-navigation-web`. `restProps` is meant to contain all props that are not already...

How can I navigate to the same route when passing different params? navigation.navigate doesn't re-render the page.

is there a reason the Link component is only for the web build? as much as possible, i'd like to reuse the same code for native/web, which is why I'm...

it seems that redirects are only handled programmatically, but it would be great to provide a way that makes component-level redirects compatible with server-rendering react-router does via it's `Redirect` component,...

Hi, how do we return 404 status from the server if a path is not found? And even show a 404 state in the UI. Is there any API for...

How to run the demo ? below are error logs Plz help investigate, thank you D:\Demos\react-navigation-web>npm run release > @react-navigation/[email protected] release D:\Demos\react-navigation-web > release-it ERROR Working dir must be clean....