react-native-calendars
react-native-calendars copied to clipboard
How to type CalendarList reference
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?
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.
same