expo-share-multi-intent
Version:
use native share intent for ios and android with expo
10 lines (9 loc) • 430 B
TypeScript
/*!
* Plugin created for Expo Share Intent (https://github.com/achorein/expo-share-intent)
* author: achorein (https://github.com/achorein)
*
* inspired by: https://github.com/expo/expo/blob/main/packages/%40expo/config-plugins/src/android/IntentFilters.ts
*/
import { ConfigPlugin } from "@expo/config-plugins";
import { Parameters } from "../types";
export declare const withAndroidIntentFilters: ConfigPlugin<Parameters>;