UNPKG

expo-sharing

Version:

Provides a way to share files directly with other compatible applications.

5 lines (4 loc) 222 B
import { ConfigPlugin } from '@expo/config-plugins'; import { ShareExtensionConfigPluginProps } from './sharingPlugin.types'; declare const _default: ConfigPlugin<ShareExtensionConfigPluginProps>; export default _default;