UNPKG

607 BSource Map (JSON)View Raw
1{"version":3,"file":"DocumentPicker.js","sourceRoot":"","sources":["../src/DocumentPicker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAM7C,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAC,EAAE,IAAI,GAAG,KAAK,KAAyB,EAAE;IAC9E,OAAO,MAAM,aAAa,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;AAC/E,CAAC","sourcesContent":["import { NativeModules } from 'react-native';\n\ntype GetDocumentOptions = {\n type?: string,\n};\n\nexport async function getDocumentAsync({ type = '*/*' }: GetDocumentOptions = {}) {\n return await NativeModules.ExponentDocumentPicker.getDocumentAsync({ type });\n}\n"]}
\No newline at end of file