BugiDev / react-native-calendar-strip

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

How to return selected date #263

Closed techmodule closed 3 years ago

techmodule commented 3 years ago

Dear First, thanks for this code, it is really beautifull and helpfull I am newbee, so i want to know how to return selected date? I try that, but it is not work

{getSelectedDate()}

Thanks

peacechen commented 3 years ago

The preferred way is to pass a callback to the onDateSelected prop. https://github.com/BugiDev/react-native-calendar-strip#initial-data-and-ondateselected-handler

Refer to the sample project in this repo to get started quickly.