BugiDev / react-native-calendar-strip

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

Is there any guide online on how to define a custom date component? #376

Open fptmannt4 opened 3 months ago

fptmannt4 commented 3 months ago

Hello, thanks for the awesome component! As the requirement needs me to customize the appearances of the day component (custom marking styles), I'm looking to use dayComponent prop to define my own day component. However I cannot seem to find a guide on how to implement one.

If you guys have any resource on how to do this please let me know.