File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/components/dateTimePicker Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ const MODES = {
23
23
* @description : Date and Time Picker Component that wraps RNDateTimePicker for date and time modes.
24
24
* @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/DateTimePickerScreen.js
25
25
* @important : DateTimePicker uses a native library. You MUST add and link the native library to both iOS and Android projects.
26
- * @extends : @ react-native-community/datetimepicker
27
- * @extendslink : https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker
26
+ * @extends : TextField, react-native-community/datetimepicker
27
+ * @extendsLink : https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker
28
28
*/
29
29
/*eslint-enable*/
30
30
@@ -42,7 +42,6 @@ class DateTimePicker extends BaseComponent {
42
42
value : PropTypes . instanceOf ( Date ) ,
43
43
/**
44
44
* The onChange callback
45
- * NOTE: on Android called only after pressing 'Ok' button, on iOS called on every change in wheel picker
46
45
*/
47
46
onChange : PropTypes . func ,
48
47
/**
You can’t perform that action at this time.
0 commit comments