react-native-calendars icon indicating copy to clipboard operation
react-native-calendars copied to clipboard

How to type CalendarList reference

Open Heshade opened this issue 11 months ago • 2 comments

I'm using CalendarList in a typescript project and when I use scrollToMonth is working properly but typescript is complaining, I've tried typings like

const calendarRef = useRef<ReactElement<typeof CalendarList> | null>(null)

But it's not working. How should I type it?

Heshade avatar Jan 21 '25 08:01 Heshade

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 25 '25 00:04 stale[bot]

same

dule-vikki avatar Jun 05 '25 06:06 dule-vikki