BugiDev / react-native-calendar-strip

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

code style fix: getSelectedDate() date argument is useless #313

Closed julienbornstein closed 2 years ago

julienbornstein commented 3 years ago

https://github.com/BugiDev/react-native-calendar-strip/blob/8a32fc470cbdfa12d6298dcda14d9e5a91b20542/src/CalendarStrip.js#L315

should be replaced by

getSelectedDate = () => {
peacechen commented 3 years ago

Thanks for reporting this @julienbornstein

peacechen commented 2 years ago

Fix committed in 31ebd4c8250ffbd45203c0f3a2a0d283af2839f9