ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

Does this navigator support view caching? #70

Closed tonyxiao closed 6 years ago

tonyxiao commented 8 years ago

Such that when user navigate between tabs view state is not lost.

ide commented 8 years ago

Yes but it's not caching so much as we keep the views (React + native) in memory.

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.