UNPKG

236 BJavaScriptView Raw
1import { NativeModules } from 'react-native';
2export async function getDocumentAsync({ type = '*/*' } = {}) {
3 return await NativeModules.ExponentDocumentPicker.getDocumentAsync({ type });
4}
5//# sourceMappingURL=DocumentPicker.js.map
\No newline at end of file