stephy / CalendarPicker

CalendarPicker Component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i use useRef to get start and end date ?

JosephKorel opened this issue · comments

Hi, is there a way to get the start and end date without using a setSate with onDateChange ? I tried using useRef, but i'm not sure how to do it.