MoKhajavi75 / react-native-jalali-datepicker

📅 React Native Jalali DatePicker component for both Android and iOS ✨
MIT License
84 stars 4 forks source link

feat new props for select date #24

Closed saeed-developer closed 2 years ago

saeed-developer commented 2 years ago

new feature: new prop onDateSelect added that triggered when the user select a date and will return the selected date why: this feature is so useful when we want a date even if it's selected how: I have written condition in day.js file that checks if touched date is selected or not and based on that condition onDateSelect and onDateChange would be called

MoKhajavi75 commented 2 years ago

Thanks