UNPKG

expo-share-intent

Version:

use native share intent for ios and android with expo

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