Peace

Results 289 comments of Peace

That would be possible when used with the `scollable` prop. A new method e.g. `scrollToDate` would need to be exposed. Please submit a PR with that feature. TBH while that...

If you have time to debug, please submit a PR with a fix

@crisfast I used as much as I could from your code snippet in the sample project and it works. You didn't provide the styles or locale, but that shouldn't affect...

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...

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.

`setSelectedDate()` by default does not move the calendar position. It only selects the date. If you're using `scrollable`, use the prop `scrollToOnSetSelectedDate` to also move the calendar to that date....

`scrollToOnSetSelectedDate` affects the behavior of the internal method `setSelectedDate()`. Scrolling by the user isn't related to this. What date are you wanting to "automatically change the date on scroll/swipe" ?...

It is possible if you would like to submit a PR 😄 Please start a new thread, this one is veering off topic.

I don't see a `ref` in the code snippets. Are you calling `setSelectedDate()` ?

@mubashirjabbar @duongnv129 Thanks for providing code snippets. First thing to note is that `setSelectedDate` is not a prop. It's an internal method that you can call via CalendarStrip's ref. Regarding...