react-navigation / react-navigation.github.io

Home of the documentation and other miscellanea
https://reactnavigation.org/
MIT License
312 stars 1.89k forks source link

Group Component Information #1289

Closed floresfxf closed 10 months ago

floresfxf commented 10 months ago

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 10 months ago

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 10 months ago

Good to know, thank you!