Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tabs without icons on Android #5978

Merged
merged 2 commits into from
Mar 3, 2020
Merged

Support tabs without icons on Android #5978

merged 2 commits into from
Mar 3, 2020

Conversation

guyca
Copy link
Collaborator

@guyca guyca commented Feb 28, 2020

This commit introduces parity with iOS which allows the user to show tabs without icons. While there's no real production use case for this feature, it's helpful when getting started with a new project.

This commit introduces parity with iOS which allows the user to show tabs without icons. While there's no real production use case for this feature, it's helpful when getting started with a new project.
@bneigher
Copy link

@guyca can this be used to create "spacers" between bottomTab items? Theoretical use case:

suppose we have a bottomTab layout like this:
[ A, B, C, D, E]

could this be used to accomplish this?
[A, B, _, C, D]

or does the _ have to be a screen?

@guyca
Copy link
Collaborator Author

guyca commented Feb 28, 2020

@bneigher Not really since the middle tab will still be selectable and require a screen.

@yogevbd yogevbd merged commit ef58a6c into master Mar 3, 2020
@yogevbd yogevbd deleted the nullTabIcons branch March 3, 2020 12:11
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
This commit introduces parity with iOS which allows the user to show tabs without icons. While there's no real production use case for this feature, it's helpful when getting started with a new project.
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants