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

modified to correctly use the onCancel function #3

Closed rahulnair25283 closed 7 years ago

rahulnair25283 commented 7 years ago

Hi,

I have updated the code to use the onCancel function instead of the cancel function.

Regards, Rahul

pandiaraj44 commented 7 years ago

Thanks @rahulnair25283 ,