JSPM

versioned-file-downloader

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q24432F
  • License MIT

A React Native component that uses a React Native WebView to provide a Leaflet map.

Package Exports

  • versioned-file-downloader

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (versioned-file-downloader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

��# 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](https://img.shields.io/npm/v/versioned-file-downloader.svg)](https://www.npmjs.com/package/versioned-file-downloader) [![npm](https://img.shields.io/npm/dm/versioned-file-downloader.svg)](https://www.npmjs.com/package/versioned-file-downloader) [![npm](https://img.shields.io/npm/dt/versioned-file-downloader.svg)](https://www.npmjs.com/package/versioned-file-downloader) [![npm](https://img.shields.io/npm/l/versioned-file-downloader.svg)](https://github.com/react-native-component/versioned-file-downloader/blob/master/LICENSE) ## 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, } );