UNPKG

rn-wifi-p2p

Version:

React Native module for Android P2P communication using Wi-Fi Direct.

4 lines 364 B
export declare const sendFile: (pathToFile: string) => Promise<import("..").FileTransferResult>; export declare const sendFileTo: (path: string, address: string) => Promise<import("..").FileTransferResult>; export declare const receiveFile: (folder: string, fileName: string, forceToScanGallery?: boolean) => Promise<string>; //# sourceMappingURL=transfer.d.ts.map