reactjsreact-nativereact-native-router-flux

How to re-render or refresh previous screen when going back using react router flux


In my react native app I am using react native router flux, while going back to the previous screen I want the previous screen to re-render or refresh. I am using Action.pop() to go back to the previous. How I can refresh the previous screen?


Solution

  • I solved it using Action.reset('key of the screen') of react router flux