ptomasroos / react-native-tab-navigator

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

Inactive tabs are not unmounted #133

Closed gperdomor closed 7 years ago

gperdomor commented 7 years ago

Hi...

I notice that inactive tabs are still mounted, exist any way to prevent that?...

ide commented 7 years ago

You would have to write the unmounting logic yourself if you want this behavior.

gperdomor commented 7 years ago

@ide can you explain? please leave the issue open, so other devs can help and give ideas

ide commented 7 years ago

The issue is closed because this component makes an explicit choice not to do this. You can unmount your inactive scene contents however you want -- this component doesn't stop you from doing this, but it also doesn't come with a way to do so.