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

Update DatePickerDialog.ios.js #8

Closed MasahiroMorita closed 7 years ago

MasahiroMorita commented 7 years ago

OK and Cancel button labels of the Dialog on iOS should be changed through okLabel and cancelLabel props.

pandiaraj44 commented 7 years ago

Thanks @MasahiroMorita