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 5386686 commit 24f3452Copy full SHA for 24f3452
src/picker.windows.js
@@ -0,0 +1,15 @@
1
+/**
2
+ * Copyright (c) Facebook, Inc. and its affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
7
+ * @format
8
+ * @flow strict-local
9
+ */
10
+import {requireNativeComponent} from 'react-native';
11
+
12
+export default (requireNativeComponent(
13
+ 'RNDateTimePickerWindows',
14
+ // $FlowFixMe Flow: Unclear type. Using `any`, `Object`, or `Function` types is not safe!
15
+): any);
0 commit comments