From 7459d5f5477ca1b0bd41e0cdc1e306aff6ef6fbd Mon Sep 17 00:00:00 2001 From: Perry Poon Date: Sun, 29 May 2016 23:02:34 +0800 Subject: [PATCH] Update readme.md --- README.md | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 486bf00..2548695 100644 --- a/README.md +++ b/README.md @@ -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 react-native-file-download@0.0.9. * + ## 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 react-native-file-download@0.0.9. - ## Getting started - iOS 1. In XCode, in the project navigator right click `Libraries` ➜ `Add Files to [your project's name]` diff --git a/package.json b/package.json index aa84a4d..16bd66c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-file-download", - "version": "0.0.9", + "version": "0.0.10", "description": "A simple file download module for react-native", "main": "index.ios.js", "scripts": {