-
Notifications
You must be signed in to change notification settings - Fork 329
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
More customization options for CalendarHeader #136
Conversation
ruslanchek
commented
Apr 10, 2019
- Property calendarHeaderPosition added (above | below).
- Property calendarHeaderContainerStyle added.
- CalendarHeader now has Text wrapped into View for more customization flexibility.
- Property calendarHeaderPosition added (above | below). - Property calendarHeaderContainerStyle added. - CalendarHeader now has Text wrapped into View for more customization flexibility.
Thanks @ruslanchek for the useful new features. Please update the Readme with the new props and I'll merge. |
Done. Please check the readme. |
Thanks for updating the Readme. Just curious, is prettier resizing the prop columns, or are you doing that manually? Makes the diff much bigger and difficult to see exactly what changed. |
OMG that’s prettier sorry. I can fix it :-) |
Done |
Interfaces added Types added All unnecessary props now have ? symbol.
I've also updated index.d.ts |
Great work. Thanks again @ruslanchek 👍 |
Thank you! Could you also publish new package? |
1.3.8 was published earlier this morning |