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 97da962 commit b02409dCopy full SHA for b02409d
typings/index.d.ts
@@ -285,8 +285,8 @@ export interface DateTimePickerProps {
285
}
286
287
type NativePickerProps =
288
- | Omit<IOSNativeProps, "value" | "mode">
289
- | Omit<AndroidNativeProps, "value" | "mode">;
+ | Omit<IOSNativeProps, "value" | "mode" | "onChange">
+ | Omit<AndroidNativeProps, "value" | "mode" | "onChange">;
290
291
export type ReactNativeModalDateTimePickerProps = DateTimePickerProps &
292
NativePickerProps;
0 commit comments