ReactNativeCalendarAndroid icon indicating copy to clipboard operation
ReactNativeCalendarAndroid copied to clipboard

A simple material-themed calendar for react native android

Results 7 ReactNativeCalendarAndroid issues
Sort by recently updated
recently updated
newest added

May you please add screenshots (ideally GIF) of this in action in readme? There is a link right now but its broken.

Sorry for my english, I use google translate I'm using: "React": "16.0.0-alpha.12", "React-native": "0.45.1", And when installing this component, use react-native link and when launching the simulator, I get the...

The source URL is broken.

Do I need to set a current date initially or something else?

How to add event to native android calendar using react-native. And also how to access specific events from native calendar?

Hi, Thanks for the lib! Updating the array of selected dates sets the new dates as selected, but does not clear the old ones that are no longer present in...

You can now collapse the calendar view to single week paging by calling setCalendarDisplayMode(CalendarMode.WEEKS). By default it is set to CalendarMode.MONTHS.