UNPKG

expo-share-intent

Version:

use native share intent for ios and android with expo

4 lines (3 loc) 165 B
import { ConfigPlugin } from "@expo/config-plugins"; import { Parameters } from "../types"; export declare const withShareExtensionConfig: ConfigPlugin<Parameters>;