react-router-native
react-router-native copied to clipboard
Tabs Route creates a new view in the hierarchy every time
Hi there !
I was noticing this behaviour in my TabsRoute
... Every time I switch between tabs (with <Link to="..."/>
) a new view is pushed into the hierarchy and, of course, it's being kept in memory.
Am I doing something wrong ?
Thanks !