UNPKG

expo-sharing

Version:

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

8 lines (7 loc) 224 B
import { ConfigPlugin } from '@expo/config-plugins'; type WithIosWarningProps = { property: string; warning: string; }; declare const withIosWarning: ConfigPlugin<WithIosWarningProps>; export default withIosWarning;