react-navigation / react-navigation/react-navigation
Material Top Tab Navigator missing tabBarButton option
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 24.5k
- Forks
- 5.1k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 18
Description
There is currently no tabBarButton under the options prop for createMaterialTopTabNavigator, is there any other way to customize or style the individual tabs on the tab bar (besides label and icon) without recreating an entirely customized TabBar?
Contributor guide
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 at the createMaterialTopTabNavigator entry point and inspect how its options handle tab labels, icons, and the tab bar. Determine the scope of supporting a tabBarButton option or an equivalent per-tab customization path. Done means individual top tabs can be customized without requiring a fully recreated TabBar.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100