Skip to content

Commit 7989052

Browse files
committed
Fix DateTimePicker docs
1 parent 56ec929 commit 7989052

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/dateTimePicker/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const MODES = {
2323
* @description: Date and Time Picker Component that wraps RNDateTimePicker for date and time modes.
2424
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/DateTimePickerScreen.js
2525
* @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
2828
*/
2929
/*eslint-enable*/
3030

@@ -42,7 +42,6 @@ class DateTimePicker extends BaseComponent {
4242
value: PropTypes.instanceOf(Date),
4343
/**
4444
* The onChange callback
45-
* NOTE: on Android called only after pressing 'Ok' button, on iOS called on every change in wheel picker
4645
*/
4746
onChange: PropTypes.func,
4847
/**

0 commit comments

Comments
 (0)