UNPKG

expo-sharing

Version:

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

6 lines 301 B
import type { UseIncomingShareResult } from './Sharing.types'; /** * Hook, which returns the data shared with the application and updates the data if the shared payload has changed. */ export declare function useIncomingShare(): UseIncomingShareResult; //# sourceMappingURL=useIncomingShare.d.ts.map