react-navigation/react-navigation.github.io

Group Component Information

floresfxf opened this issue · 2 comments

Hello!

Looking at https://reactnavigation.org/docs/group/

There is not any information as to what a Group does, when it should be used, or what consequences/benefits are gained when using it, etc. For example, Does this effect how screens are rendered? Seems like it could, and should be noted since it could have performance impacts.

It just lets you group screens for organization and specify options for the group. It doesn't affect anything else or have any impact.

Good to know, thank you!