React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/EventsCalendar/Day / Props
Internal
Pressable
.Pick
<React.ComponentProps
<typeof default
>, "getLabel"
| "getTextStyle"
>• T
readonly
date:string
readonly
day:number
readonly
getKey: (item
) =>NumStr
• item: T
Item.
NumStr
Key.
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
index:number
readonly
isFeatured: (item
) =>boolean
• item: T
Item.
boolean
True if item is featured, false otherwise.
readonly
optional
items: readonlyT
[]
readonly
type:DayType