Version
Tell us which versions you are using:
- react-native-router-flux v3.38.0
- react-native v0.42
Expected behaviour
I upgraded the packages of my application.
After that, when I double touched the tabicon, the reference tabpage will remount, and the console show type: 'REACT_NATIVE_ROUTER_FLUX_JUMP'
.
Actual behaviour
It will refetch data from server when it remount.
Please who can tell me how to prevent it.
Steps to reproduce