|
@@ -1,4 +1,4 @@
|
1
|
|
-# react-native-fetch-blob [](https://badge.fury.io/js/react-native-fetch-blob)  
|
|
1
|
+# react-native-fetch-blob [](https://badge.fury.io/js/react-native-fetch-blob)  
|
2
|
2
|
|
3
|
3
|
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
|
4
|
4
|
|
|
@@ -772,6 +772,10 @@ Connect `Media Scanner` and scan the file. see [Android Media Scanner, and Downl
|
772
|
772
|
|
773
|
773
|
A set of configurations that will be injected into a `fetch` method, with the following properties.
|
774
|
774
|
|
|
775
|
+#### indicator:boolean
|
|
776
|
+ `0.5.6`
|
|
777
|
+ Set this property to `true` to display a network indicator on status bar, this feature is only supported on IOS.
|
|
778
|
+
|
775
|
779
|
#### trusty:boolean
|
776
|
780
|
`0.5.3`
|
777
|
781
|
Set this property to `true` will allow the request create connection with server have self-signed SSL certification. This is not recommended to use in production.
|
|
@@ -847,6 +851,7 @@ A `session` is an object that helps you manage files. It simply maintains a list
|
847
|
851
|
|
848
|
852
|
| Version | |
|
849
|
853
|
|---|---|
|
|
854
|
+| 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
|
850
|
855
|
| 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
|
851
|
856
|
| 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
|
852
|
857
|
| 0.5.3 | Add API for access untrusted SSL server |
|