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 db2051b commit 40f5af3Copy full SHA for 40f5af3
packages/uikit-react-native/src/platform/openDocument.native.ts
@@ -1,11 +1,11 @@
1
import type * as NewDocumentsPicker from '@react-native-documents/picker';
2
import type * as OldDocumentPicker from 'react-native-document-picker';
3
4
-import type { FilePickerResponse, OpenDocumentOptions } from './types';
5
import { Logger } from '@sendbird/uikit-utils';
6
7
import SBUError from '../libs/SBUError';
8
import normalizeFile from '../utils/normalizeFile';
+import type { FilePickerResponse, OpenDocumentOptions } from './types';
9
10
export type DocumentPicker = typeof OldDocumentPicker | typeof NewDocumentsPicker;
11
0 commit comments