-
Notifications
You must be signed in to change notification settings - Fork 734
add backgroundColor to tabBar #935
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great.
see my only comment on the shadowStyle propType..
/** | ||
* custom shadow style | ||
*/ | ||
shadowStyle: RNText.propTypes.style, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you taking shadow style from RNText?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just saw it on labelStyle
and selectedLabelStyle
so I thought it is the relevant type of style prop..
Should it be ViewPropTypes.style
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes 👍
add custom background color support to tabBar