UNPKG

expo-sharing

Version:

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

6 lines (3 loc) 208 B
import { ShareExtensionConfigPluginProps as Props } from './sharingPlugin.types'; export type * from './sharingPlugin.types'; export default (props: Props = {}): [string, Props] => ['expo-sharing', props];