Peace
Peace
What's the specific issue you're reporting? Is the dotted rectangle pointing to something? Please post a code snippet or Snack that reproduces this.
RNCS tries to fit the given number of days into the available horizontal space. For example, in landscape mode the days are spaced further apart. Here are some props that...
@Vasault Thanks for reporting this. I don't have time to debug this and would like to ask for your help. Use the sample project in this repo along with your...
https://github.com/BugiDev/react-native-calendar-strip#props
Please create a reproducible demo. This project has a sample app that you can use as a base: https://github.com/BugiDev/react-native-calendar-strip#development-with-sample-application
This library uses RecyclerListView for the scrollable mode. We need your help debugging this, as I don't have a device to test on. Connect your physical device to the debugger...
Thanks for including a video clip. By `scrollerPaging `, do you mean set the `scrollable` prop?
Pull requests are welcome. How do you envision fitting the month picker view into a flat wide space that the current CalendarStrip lives in? Edit: The updated layout looks reasonable....
@Akshay9882 This could be done by creating a CalendarMonth component similar to CalendarDay. Would you be interested in submitting a PR?
PR's are most definitely welcome. Thanks for your contributions, and feel free to follow up with any questions.