xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Fix onCloseModal not working on Android #399

Open weifxn opened 4 years ago

weifxn commented 4 years ago

Issue: onCloseModal props only works in iOS, not Android.

Fixed with checking dateSetAction() after onDateChange

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.8%) to 96.581% when pulling 5ecb4934694a4abbb00823f077da497646571651 on weifxn:master into 2a209bd4f11a84ff4543fbde930fed60dcbc0f68 on xgfe:master.