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

Commit

Permalink
fix error in native call
Browse files Browse the repository at this point in the history
  • Loading branch information
plrthink committed May 10, 2016
1 parent 53319bd commit 129c5e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.

##### *Note that does not support Android.*

## Installation

```bash
npm install react-native-file-download --save
```

# Note that does not support Android.

## Getting started - iOS

1. In XCode, in the project navigator right click `Libraries``Add Files to [your project's name]`
Expand Down
1 change: 0 additions & 1 deletion RNFileDownload.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ @implementation RNFileDownload

RNFileDownloadSessionManager *manager = [[RNFileDownloadSessionManager alloc] initWithTargetPath:targetPath
downloadFileName:fileName
headers:headers
bridge:self.bridge
callback:callback];

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-file-download",
"version": "0.0.8",
"version": "0.0.9",
"description": "A simple file download module for react-native",
"main": "index.ios.js",
"scripts": {
Expand Down

0 comments on commit 129c5e6

Please sign in to comment.