pandiaraj44 / react-native-datepicker-dialog

This library provides the cross-platform components for to open the date picker dialogs in effective way. It uses the native DatePickerAndroid & DatePickerIOS components. It will work for both ios & android.
MIT License
44 stars 15 forks source link

How to set locale? #15

Closed marcoizzo closed 6 years ago

Tamiyadd commented 6 years ago

@marcoizzo you can use my pull request to add IOS locale (android use system locale) https://github.com/pandiaraj44/react-native-datepicker-dialog/pull/16

pandiaraj44 commented 6 years ago

Thanks, @Tamiyadd ,

Hi @marcoizzo , The locale option has been added and published on the npm.

New version released. https://www.npmjs.com/package/react-native-datepicker-dialog

marcoizzo commented 6 years ago

Thanks!