expo-share-intent
Version:
use native share intent for ios and android with expo
10 lines (9 loc) • 412 B
TypeScript
/*!
* Plugin created for Expo Share Intent (https://github.com/achorein/expo-share-intent)
* author: achorein (https://github.com/achorein)
*
* inspired by: https://forums.expo.dev/t/how-to-edit-android-manifest-was-build/65663/4
*/
import { ConfigPlugin } from "@expo/config-plugins";
import { Parameters } from "../types";
export declare const withAndroidMainActivityAttributes: ConfigPlugin<Parameters>;