computerjazz / react-native-swipe-calendar

A swipeable calendar component for React Native.
MIT License
108 stars 13 forks source link

future of this package #4

Closed Lueton closed 1 year ago

Lueton commented 2 years ago

This is an awesome project, great work!

Is there any plan to extend this project and add more features like expandable week view or marked dates and so on?
It would be a very good alternative to react-native-calendars which is for performance reasons not usable in my opinion.

Thanks!

computerjazz commented 2 years ago

Thanks! this package was meant to be as lean as possible -- if you want to mark dates or use other custom styles you can always roll your own DayComponent.

Week view is an interesting idea that I'd consider adding.

Lueton commented 2 years ago

That sounds great! And yes keep it lean and simple :)

Unfortunately im really really new to react native so i might not be very helpful supporting this feature. I implemented a week view myself using your react-native-infinite-pager package (works like a charm 🚀). But in terms of animating a pull down view (week <-> month) or even integrate it into your existing code is beyond my capabilities.

heres a little inspiration for your from the package i mentioned before:

image

computerjazz commented 2 years ago

You inspired me to make some big changes in 0.0.20! check out the different calendar modes here: https://snack.expo.dev/@computerjazz/react-native-swipe-calendar?platform=ios

Lueton commented 2 years ago

Awesome work! I really like it!