BugiDev / react-native-calendar-strip

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

Expand calendar to view full calendar #158

Open abhiburk opened 4 years ago

abhiburk commented 4 years ago

Is there any option to expand the hotrizontal calendar to view as full calendar ?

peacechen commented 4 years ago

This would be a useful feature to have. Would you like to submit a PR?

It will take a good amount of work to add this. There are full calendar libraries that contain more code than this one. https://github.com/stephy/CalendarPicker

One option could be to use a library like that one and switch views on expansion.