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

Hi, I've opened this same issue on Expo's repo as well to no avail. I'm using react-navigation v4 + @react-navigation/web alongside Expo 38 bare workflow. I added "homepage": "http://localhost/mypwa/" to...

When doing navigation.navigate(route, params) The params are not reflected in the navigation.state.params If you go to a url with parameter such as myapp/Home?x=1 then x=1 is added to navigation.state.params Then...

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Any guidance on how to support back behavior with the browser back button? Since the switch navigator is the only available option on web, the browser back button event will...

Hi, In native react navigation, we can use navigation.setParams to pass our functions into Header (by using navigationOptions and navigation.getParam as described in [this](https://reactnavigation.org/docs/en/header-buttons.html#header-interaction-with-its-screen-component)) But on the web, setParams does...

when navigate with a object as paramas query string not working as well and show "?key=[object Object]" this issue will be fixed with qs package [example ](https://codesandbox.io/s/kk7041x7ro) case 3 of...

after i try to reuse my react-native project in web i found couple of issues on react-navigation Example of project is [here in codesandbox](https://codesandbox.io/s/kk7041x7ro) ## issue 1 : (navigation.goBack not...

added costume serializer adn deserializer to support JSON objects as parameters

unfortunately navigation go back not working on web this.props.navigation.goBack(null) Functions is exist after some check i realized in getNavigationActionCreators.js this "import NavigationActions from '../NavigationActions'; " not working as well and...