We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a587a49 commit b7e1a0cCopy full SHA for b7e1a0c
src/DateTimePickerAndroid.android.js
@@ -33,11 +33,13 @@ function open(props: AndroidNativeProps) {
33
is24Hour,
34
minimumDate,
35
maximumDate,
36
- neutralButtonLabel,
37
minuteInterval,
38
timeZoneOffsetInMinutes,
39
onChange,
40
onError,
+ neutralButtonLabel,
41
+ positiveButtonLabel,
42
+ negativeButtonLabel,
43
} = props;
44
validateAndroidProps(props);
45
invariant(originalValue, 'A date or time must be specified as `value` prop.');
@@ -53,9 +55,11 @@ function open(props: AndroidNativeProps) {
53
55
54
56
57
58
59
60
61
62
63
});
64
65
switch (action) {
0 commit comments