web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
667 stars 173 forks source link

fix: pass locale property to CalendarEdit #77

Closed osioalberto closed 3 years ago

osioalberto commented 3 years ago

Locale property was defined for DatePickerModal component, but not passed down to CalendarEdit. CalendarEdit needs locale for proper input format detection.

RichardLindhout commented 3 years ago

Thank you!!

RichardLindhout commented 3 years ago

Will try to make a new release next week!