React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/EventsCalendar / Props
Internal
ViewStyle
.Pick
<React.ComponentProps
<typeof default
>, "getKey"
| "getLabel"
| "getTextStyle"
| "isFeatured"
>• T
readonly
optional
borderBottom:booleanU
readonly
optional
borderEnd:booleanU
readonly
optional
borderStart:booleanU
readonly
optional
borderTop:booleanU
readonly
getKey: (item
) =>NumStr
• item: T
Item.
NumStr
Key.
Pick.getKey
readonly
getLabel: (item
) =>string
• item: T
Item.
string
Label.
Pick.getLabel
readonly
optional
getTextStyle: (item
) =>undefined
|TextStyle
• item: T
Item.
undefined
| TextStyle
Text style.
Pick.getTextStyle
readonly
isFeatured: (item
) =>boolean
• item: T
Item.
boolean
True if item is featured, false otherwise.
Pick.isFeatured
readonly
items:IndexedRecord
<readonlyT
[]>
readonly
month:string
readonly
optional
onDayPress: (date
) =>void
Handles day press.
• date: string
void
readonly
onMonthChange: (month
) =>void
Handles month change.
• month: string
Month.
void
readonly
optional
style:StyleProp
<ViewStyle
>
readonly
weekStartsOn:0
|1
readonly
workweekStartsOn:0
|1