Peace

Results 289 comments of Peace

`dateNumberStyle` is passed to CalendarDay in the same fashion as `dateNameStyle`. It looks like it should work, but you're experiencing an issue that needs to be debugged. Please use the...

Thanks @ozanmanav for submitting a patch. Please create a PR. What were the symptoms that necessitated this change?

Currently CalendarStrip only supports one selected day at a time. A new prop would need to be added to enable multi day select, as well as changes to the return...

@trancanh2202 This is a free and open source project. If you'd like to see a feature, you are welcome to implement it and submit a PR. I'm not sure how...

Are you passing in another other props? Does your code work with the sample app? https://github.com/BugiDev/react-native-calendar-strip#development-with-sample-application

Thanks @mtimofiiv and @phatmann for identifying the issue. That change will likely cause undesirable side effects, and is a band-aid for the root problem. Please revert that change in the...

Thanks again @mtimofiiv for updating the PR. The fix has been published in 2.2.4

Please provide more details. CalendarStrip doesn't care if the device is in portrait or landscape mode. It will auto-size to its container.

Do I understand you correctly that you want the dates to be stacked vertically? That feature isn't available and would need work to implement. PR's are welcome :)