This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# React Native File Download [![react-native-file-download](http://img.shields.io/npm/dm/react-native-file-download.svg)](https://www.npmjs.org/package/react-native-file-download) | ||
# React Native File Download [![react-native-file-download](http://img.shields.io/npm/dm/react-native-file-download.svg)](https://www.npmjs.org/package/react-native-file-download) [![npm version](https://badge.fury.io/js/react-native-file-download.svg)](https://badge.fury.io/js/react-native-file-download) | ||
|
||
Native file download utility for react-native | ||
|
||
Note: this project is under development and functionality will improve over time. Currently it provides only the bare minimum of functionality. | ||
> Native file download utility for react-native | ||
##### *Note that does not support Android.* | ||
|
||
##### *Breaking change -- Now supports React Native v25+. Not compatible with prior versions. You can continue using older versions of React Native with [email protected]. * | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install react-native-file-download --save | ||
``` | ||
|
||
## Breaking change -- Now supports React Native v25+. Not compatible with prior versions. You can continue using older versions of React Native with [email protected]. | ||
|
||
## Getting started - iOS | ||
|
||
1. In XCode, in the project navigator right click `Libraries` ➜ `Add Files to [your project's name]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters