rnkit-actionsheet-picker
rnkit-actionsheet-picker copied to clipboard
React Native ActionSheetPicker component for iOS + Android
datePickerMode dateTime is not consistent with ios and readme doc, so fix it to datetime.
We use GitHub Issues for bugs. --- Please use this template, and delete everything above this line before submitting your issue --- ### Description [FILL THIS OUT: Explain what you...
android 现在还可以用么?
We use GitHub Issues for bugs. --- Please use this template, and delete everything above this line before submitting your issue --- ### Description [FILL THIS OUT: Explain what you...
Could you please add support for countdown mode for datepicker?
### Reproduction Run `react-native run-android`, you can see android build fails. Check screenshot.  ### Additional Information * React Native version: 0.47.2 * Platform: Android *...
文档中写该值的默认值是'datetime',但是实际代码中判断的是dateTime,导致SimpleDateFormat对象为空从而导致程序崩溃
sending `DataPickerEvent` with no listeners registered
## Description Used the Data Picker and it crashed after throwing the error of listener undefined. ## Reproduction Just use the data picker! ## Additional Information * React Native version:...
有个bug
当设置最大值小于今天的日期时,不作出日期选择,直接点确定,输出的是今天的日期。