rnkit-actionsheet-picker icon indicating copy to clipboard operation
rnkit-actionsheet-picker copied to clipboard

React Native ActionSheetPicker component for iOS + Android

Results 10 rnkit-actionsheet-picker issues
Sort by recently updated
recently updated
newest added

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...

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. ![screenshot 2017-08-31 16 37 29](https://user-images.githubusercontent.com/10737745/29914457-211749dc-8e6b-11e7-9ec4-13ead3cb63ba.png) ### 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:...

当设置最大值小于今天的日期时,不作出日期选择,直接点确定,输出的是今天的日期。