-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
feat: add tabStyle to bubble preset #66
base: master
Are you sure you want to change the base?
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.
also , you will need to add tabStyle
docs into docs/bubble-preset.md
.
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.
hi @Stringsaeed, thanks for updating this pr, however i left one comment regarding the description of the prop
also i think we should add tabStyle
docs into docs/bubble-preset.md.
export interface BubbleTabBarConfig {} | ||
export interface BubbleTabBarConfig { | ||
/** | ||
* description |
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.
could you replace description
with a description of the prop
It would be great to see this merged. It looks like the only outstanding issue is the documentation. @Stringsaeed are you able to make that change? If not, I can create a separate PR off of your branch which adds it. |
solves #65