BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
939 stars 327 forks source link

Render Custom Header #213

Open RazaShehryar opened 4 years ago

RazaShehryar commented 4 years ago

Please give the option to render custom header.

peacechen commented 4 years ago

Have you tried the headerText prop? https://github.com/BugiDev/react-native-calendar-strip#props

There are header styling props too: https://github.com/BugiDev/react-native-calendar-strip#styling

If you need more customization, please submit a PR. This is a community supported library that depends on your contributions.

RazaShehryar commented 4 years ago

I want to append an icon component with the headerText. Since it isn't supported yet in the lib, therefore I changed the code locally in my project

peacechen commented 4 years ago

Submit a PR from you fork and I'll review for merge. That way it will be in the official release and the community can benefit from it.