react-navigation / react-navigation/react-navigation.github.io
Explain valid configurations of Stack/Tabs/Drawer
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 324
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
Explain that we only support a few of the possible combinations:
Stack->Tabs->Stack
Stack->Stack->Tabs
Drawer->Tabs->Stack
Drawer->Stack
For example, we do not properly support putting drawers inside of a stack: https://github.com/react-navigation/react-navigation/issues/374
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation section that describes Stack, Tabs, and Drawer nesting, then compare its guidance with the four supported combinations listed in the issue. Update the explanation to identify supported and unsupported arrangements, including the linked drawer-in-stack example, and verify that the documented combinations match the project’s behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, react-native
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100