BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
939 stars 327 forks source link

access getSelectedDate() #217

Closed sabirsalah1 closed 4 years ago

sabirsalah1 commented 4 years ago

Hi, I'm kind of new to react Native and I'm trying to access getSelectedDate() so that I can get the currently selected date returned to me. can anyone give me an example of how I can access this method?

peacechen commented 4 years ago

onDateSelected is recommended over synchronously getting the selected date. https://github.com/BugiDev/react-native-calendar-strip#initial-data-and-ondateselected-handler

sabirsalah1 commented 4 years ago

how would you access the function?

peacechen commented 4 years ago

Refer to the example app in this repo. https://github.com/BugiDev/react-native-calendar-strip/blob/1214514fdbdc08ac326889a40c9c094237bd693b/example/App.js#L66