react-native-datetime
react-native-datetime copied to clipboard
A datetime-picker for react-native support for android and ios
* What went wrong: A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugApk'. > A problem occurred configuring project ':react-native-datetime'. > Could not resolve...
无法运行 错误: 不兼容的类型: 无法转换为Activity new RCTDateTimePickerPackage(this),
After RN0.42, add "alignItems" will cause blank page .
now RN did not override protected List getPackages() { in MainActivity.jave. So if this component should be update?
``` modified: DateTime.ios.js modified: android/build.gradle modified: android/src/main/java/com/keyee/datetime/RCTDateTimePicker.java modified: android/src/main/java/com/keyee/datetime/RCTDateTimePickerPackage.java ```
当使用showDateTimePicker方法时,部分安卓手机无法选择月份。 When using the showDateTimePicker method, the part of the Android mobile phone can not choose months. [图片(image)](http://thumbnail0.baidupcs.com/thumbnail/ade087e7fb03a8d7c1677f3154ff4993?fid=2289791683-250528-122890930390065&time=1476262800&rt=pr&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-84%2f4%2fV8o3%2fa3Q4jFy4Z0Q4WqpoI%3d&expires=8h&chkbd=0&chkv=0&dp-logid=6626671557792985240&dp-callid=0&size=c1920_u1080&quality=90)
Because of the below issue, the picker does not show up on iOS. https://github.com/facebook/react-native/issues/8730
I'm hoping to add on some additional functionality to the native android side of this package but am unclear how to import it and run in android studio? Is it...
TimePicker's OnTimeChangedListener do not fire on Android 5.0.x. Validation of time must be done in onClick method to make it work. Bug: https://code.google.com/p/android/issues/detail?id=78861