expo-share-multi-intent
Version:
use native share intent for ios and android with expo
5 lines • 329 B
JavaScript
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.js.map