|
@@ -52,12 +52,12 @@ Add this code to `MainApplication.java`
|
52
|
52
|
|
53
|
53
|
```diff
|
54
|
54
|
...
|
55
|
|
-+ import com.RNFetchBlob.RNFetchBlobPackage;
|
|
55
|
++ import com.RNFetchBlob.RNFetchBlobPackage;
|
56
|
56
|
...
|
57
|
57
|
protected List<ReactPackage> getPackages() {
|
58
|
58
|
return Arrays.<ReactPackage>asList(
|
59
|
59
|
new MainReactPackage(),
|
60
|
|
-+ new RNFetchBlobPackage()
|
|
60
|
++ new RNFetchBlobPackage()
|
61
|
61
|
);
|
62
|
62
|
}
|
63
|
63
|
};
|
|
@@ -569,6 +569,7 @@ RNFetchBlob.config({
|
569
|
569
|
|
570
|
570
|
| Version | |
|
571
|
571
|
|---|---|
|
|
572
|
+| 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. |
|
572
|
573
|
| 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
|
573
|
574
|
| 0.6.1 | Fix #37 progress report API issue on IOS |
|
574
|
575
|
| 0.6.0 | Add readFile and writeFile API for easier file access, also added Android download manager support. |
|