0.2.2 • Published 8 months ago

expo-easy-fs v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

expo-easy-fs

A simple file operation tool that supports only the Android platform. Used to supplement the missing features in expo-file-system.

Install

npm install expo-easy-fs

or

yarn add expo-easy-fs

API

copyFileToDownload

Moves a file to the system's download directory.

const sourceFileUri = 'path/to/the/file.zip';
const destinationFilename = 'file.zip';
await copyFileToDownload(sourceFileUri, destinationFilename);
0.2.1

8 months ago

0.2.2

8 months ago

0.1.1

11 months ago

0.1.0

11 months ago