Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 529a541

Browse files
authored
Update README.md
1 parent 83651dd commit 529a541

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Add this code to `MainApplication.java`
5252

5353
```diff
5454
...
55-
+ import com.RNFetchBlob.RNFetchBlobPackage;
55+
+ import com.RNFetchBlob.RNFetchBlobPackage;
5656
...
5757
protected List<ReactPackage> getPackages() {
5858
return Arrays.<ReactPackage>asList(
5959
new MainReactPackage(),
60-
+ new RNFetchBlobPackage()
60+
+ new RNFetchBlobPackage()
6161
);
6262
}
6363
};
@@ -569,6 +569,7 @@ RNFetchBlob.config({
569569

570570
| Version | |
571571
|---|---|
572+
| 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. |
572573
| 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
573574
| 0.6.1 | Fix #37 progress report API issue on IOS |
574575
| 0.6.0 | Add readFile and writeFile API for easier file access, also added Android download manager support. |

0 commit comments

Comments
 (0)