web
web copied to clipboard
Tools for react-navigation on web browsers and servers
``` "dependencies": { "@react-navigation/core": "3.0.0-alpha.19", "@react-navigation/web": "^1.0.0-alpha", "react": "^16.8.4", "react-art": "^16.8.4", "react-dom": "^16.8.4", "react-native-web": "0.10.0", "react-scripts": "2.1.8" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "7.3.4", "@babel/plugin-proposal-export-default-from": "7.2.0", "customize-cra": "0.2.12", "react-app-rewired": "2.1.0" }, ```...
Hi guys, Im finding that following the normal react-navigation 'Auth Flow' as per the docs breaks when targetting web - as the url deep linking will bypass that route, and...
This allows `click + modifier` (middle mouse button, shift, alt, meta, or ctrl) on a web link to open with expected browser behavior: opening in a new tab.
...and waits to navigate until onClick resolves. This is helpful for cases when you want to do stuff before navigating.
Hey, I've discovered a weird bug likely somewhere deep in the webpack config: I have a `dist` directory (I'm using Typescript) that occasionally has old non-required files inside of it....
### Current Behavior Adding a `style` prop to a Link does not change the style of the Link ``` import { Link } from '@react-navigation/web' ``` ### Expected Behavior The...
is this library still being supported we are about to start work on our website having build our react-native app first, and would like to be able to share logic....
It would be super handy to be able to disable adding to the history and setting the url for certain routes, for example dialogs and modals.