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
readonlyoptionalborderBottom:booleanU
readonlyoptionalborderEnd:booleanU
readonlyoptionalborderStart:booleanU
readonlyoptionalborderTop:booleanU
readonlygetKey: (item) =>NumStr
• item: T
Item.
NumStr
Key.
Pick.getKey
readonlygetLabel: (item) =>string
• item: T
Item.
string
Label.
Pick.getLabel
readonlyoptionalgetTextStyle: (item) =>undefined|TextStyle
• item: T
Item.
undefined | TextStyle
Text style.
Pick.getTextStyle
readonlyisFeatured: (item) =>boolean
• item: T
Item.
boolean
True if item is featured, false otherwise.
Pick.isFeatured
readonlyitems:IndexedRecord<readonlyT[]>
readonlymonth:string
readonlyoptionalonDayPress: (date) =>void
Handles day press.
• date: string
void
readonlyonMonthChange: (month) =>void
Handles month change.
• month: string
Month.
void
readonlyoptionalstyle:StyleProp<ViewStyle>
readonlyweekStartsOn:0|1
readonlyworkweekStartsOn:0|1