BugiDev / react-native-calendar-strip

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

click in day #227

Closed andrejm7 closed 3 years ago

andrejm7 commented 3 years ago

how do i issue a console log when i click on a certain day?

peacechen commented 3 years ago

Pass in a callback to the onDateSelected prop. Your callback can do whatever it wants, including console logs. Refer to the example project in this repo: https://github.com/BugiDev/react-native-calendar-strip/blob/master/example/App.js#L86