CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

CalendarPicker Component for React Native

Results 101 CalendarPicker issues
Sort by recently updated
recently updated
newest added

I have a use case that required a date range selected using "From" and "To" toggle buttons. Therefore, the user can only select the dates by tapping on the date...

Fixes https://github.com/stephy/CalendarPicker/issues/251 on all devices.

`resetSelections` method was not updating the UI

When I build my environment I receive this warning: `warning react-native-calendar-picker > recyclerlistview > prop-types > fbjs > [email protected]: core-js@

Hi there, is there any function I can disaple a day (all Mondays or all Sundays) from the calender? I made this function: ``` var disapleDates = []; var monday...

Now it is possible to customize the main Calendar container and DaysGridView component. Also fixed a little type in the main Calendar container (styles -> style)

I want to implement something like this, but when adding a component the calendar is pushed to the bottom and the component positions properly. How to position the next and...

If a day have events I wonna add a little cirle in top right with number of events .. is it possible ?