I am using react-native-router-flux for navigation. I am using Action.ScreenKeyName to go to the next screen and for back using Actions.pop(). When I go back to the previous screen then I want to reload all the content or data.
unfortunately componentDidMount,componentWillUnmount Only call first time load of the screen.
I also used AppState but It's working only for when App goto Background or foreground.