-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with back button not unmounting and remount tab scene #2257
Comments
It is how tabbar works - it doesn't remount anything. Use |
I tried Actions.refresh it doesn't help in this case |
Okey, it is about your app state management, not navigation. |
Yea I'm using Redux, the core issue is with the EasyListView package that I'm using, which is not rendering when props |
So it is not problem of RNRF. |
No I don't think so, my idea was to see if I can force an unmount and mount which would make it work |
I thought RNRF back button should unmount the tab compount |
No. It is how react-navigation works and how tabbar works. Why you can't use |
Btw, always try to use LATEST beta (or even master) before creating an issue. |
Ok I thought I was on the latest version |
Version
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
"react-native-router-flux": "4.0.0-beta.14",
When I click the back button and go to my teams view to select a different team my photos view which are under a different tab is not re mounting, so I can't load the new data. I need to be able to re mount a tab view it seems that it's always cached
You can see the issue here
The text was updated successfully, but these errors were encountered: