This repository has been archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
navigation go back not working on web #41
Comments
@soroushm Shall i try to dolve this? |
@asha15 if you can solve try, |
@soroushm Thank you. |
Having this same issue 😢 |
Same issue :( |
As a workaround you can use |
I'm developing a new App, and this issue happens either way. The browser history stack is modified (via scripting or user click of the back button) but the components are not re-rendered. I believe that's where the problem is. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 NavigationActions is not defiend
#21
The text was updated successfully, but these errors were encountered: