How to update back(previous) screen in react-native by react-native-router -flux
问题 I am using react-native-router-flux in my application. -I am using a parameter at my first screen and then i navigate to second screen. -On the second screen i am updating that parameter which was used at my first screen. -I want it to be updated when i navigate back to that screen (first screen). How can i implement this functionality. Thank You 回答1: @Vinzzz is right best solution is to use redux. But here how you can make this work without it. When you navigate to another view you call