![download text file react native download text file react native](https://reactnativecode.com/wp-content/uploads/2019/12/HTML_to_PDF_thumb.png)
Pity: Download text file react native
Essentials of general surgery peter lawrence pdf free download | |
Blood brothers full movie trey songz free download | |
Asroc x99k extreme4 drivers download | |
Does google drive track file downloads | |
Download pan pc full |
A simple file download module for react-native
react-native-file-download
This repo is deprecated in favor of react-native-fs
Native file download utility for react-native.
Installation
Getting started - iOS
- In Xcode, in the project navigator right click ➜
- Go to ➜ and add
- Add (from 'Products' under RNFileDownload.xcodeproj) to your project's ➜ phase
- Look for Header Search Paths and make sure it contains both and - mark both as recursive
- Run your project ()
Usage
require it in your file
you may also want to use something like react-native-fs to access the file system (check its repo for more information)
API
download(source: string, target: string): Promise
download file from source to target
Example
addListener(source: string, callback: function): EmitterSubscription
event listener for progress of download
Example
-
-