1.1.2 • Published 1 year ago

agenda-react-native v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React Native Agenda 📆

BuildStatus NPM version npm CodeFactor PRs Welcome

Installation

npm install agenda-react-native --save

Using yarn

yarn add agenda-react-native

Usage

API

PropDescriptionRequired?DefaultType
onDayPressCallback called when a day is pressed.no(date: Date) => void
onEventPressCallback called when a event is pressed.no(event: Event) => void
selectedDaySelected daynotodayDate
eventsEventsnoEvent[]
monthThemeMonth component themenoMonthThemeType
themeAgenda themenoThemeType
localeLocalenoLocaleType
viewTypeLocaleno'month'AgendaViewType
firstDayMondayMonday as first day of the weeknofalseboolean

License

MIT

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago