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 a25a57e commit 2e8a7a4Copy full SHA for 2e8a7a4
typings/index.d.ts
@@ -7,7 +7,7 @@
7
8
import * as React from "react";
9
import { ViewStyle, TextStyle } from "react-native";
10
-import { IOSNativeProps } from "@react-native-community/react-native-datetimepicker";
+import { IOSNativeProps } from "@react-native-community/datetimepicker";
11
12
export type CancelButtonComponent = React.ComponentType<{
13
isDarkModeEnabled: boolean;
@@ -202,7 +202,7 @@ export interface DateTimePickerProps {
202
* after Confirm was pressed.
203
*/
204
onHide?(date: Date): void;
205
-
+
206
/**
207
* Used to locate this view in end-to-end tests.
208
0 commit comments