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

Add locale prop #16

Closed Tamiyadd closed 6 years ago

Tamiyadd commented 6 years ago

You can pass locale prop to datepicker and DatePickerIOS will use it. The locale prop il compliant with react native DatePickerIOS locale prop

pandiaraj44 commented 6 years ago

Hi @Tamiyadd, It's really awesome, Thanks for your contributions,

Tamiyadd commented 6 years ago

@pandiaraj44 you're welcome, thanks for merging my pull request