Group Component Information
floresfxf opened this issue · 2 comments
floresfxf commented
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.
satya164 commented
It just lets you group screens for organization and specify options for the group. It doesn't affect anything else or have any impact.
floresfxf commented
Good to know, thank you!