1.0.0 • Published 6 years ago

versioned-file-downloader v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

��# Versioned File Downloader

A package that uses the Expo FileSystem API to download files to a mobile device.

Why use this?

You need to download files to a mobile device, and you need to be able to download files again when their versions change.

Why not use this?

You're not downloading files to a mobile device

npm npm npm npm

Usage

npm install --save versioned-file-downloader

or

yarn add versioned-file-downloader

And import like this

import versionedFileDownloader from 'versioned-file-downloader';
let downloadStatus = await versionedFileDownloader(
    this.webViewDownloadStatusCallBack,
    {
    name: config.PACKAGE_NAME,
    version: config.PACKAGE_VERSION,
    files: FILES_TO_DOWNLOAD,
    }
);
1.0.0

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.3

6 years ago