UNPKG

react-native-share

Version:
13 lines (12 loc) 462 B
import { ExportedConfig } from '@expo/config-plugins'; /** * Currently there are noway to get manifest queries config directly * So we parse AndroidManifest.xml to get the queries packages. */ export declare function getManifestQueriesPackagesSync(manifestPath: string): string[]; declare const _default: (config: ExportedConfig, props: { enableBase64ShareAndroid?: boolean; android?: string[]; ios?: string[]; }) => any; export default _default;