Skip to content
This repository was archived by the owner on Nov 24, 2017. It is now read-only.

Commit 7459d5f

Browse files
committed
Update readme.md
1 parent 6522a51 commit 7459d5f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
# 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)
1+
# 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)
22

3-
Native file download utility for react-native
4-
5-
Note: this project is under development and functionality will improve over time. Currently it provides only the bare minimum of functionality.
3+
> Native file download utility for react-native
64
75
##### *Note that does not support Android.*
86

7+
##### *Breaking change -- Now supports React Native v25+. Not compatible with prior versions. You can continue using older versions of React Native with [email protected]. *
8+
99
## Installation
1010

1111
```bash
1212
npm install react-native-file-download --save
1313
```
1414

15-
## Breaking change -- Now supports React Native v25+. Not compatible with prior versions. You can continue using older versions of React Native with [email protected].
16-
1715
## Getting started - iOS
1816

1917
1. In XCode, in the project navigator right click `Libraries``Add Files to [your project's name]`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-file-download",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "A simple file download module for react-native",
55
"main": "index.ios.js",
66
"scripts": {

0 commit comments

Comments
 (0)