expo-share-multi-intent
Version:
use native share intent for ios and android with expo
6 lines • 415 B
TypeScript
export type { ShareIntent, ShareIntentFile, } from "./ExpoShareIntentModule.types";
export { default as ShareIntentModule } from "./ExpoShareIntentModule";
export { default as useShareIntent } from "./useShareIntent";
export { getScheme, getShareExtensionKey, parseShareIntent } from "./utils";
export { ShareIntentProvider, useShareIntentContext, } from "./ShareIntentProvider";
//# sourceMappingURL=index.d.ts.map