react-native-share
Version:
Social share, sending simple data to other apps.
13 lines (12 loc) • 462 B
TypeScript
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;