|
@@ -19,6 +19,7 @@ The source code is very simple, just an implementation of native HTTP request, s
|
19
|
19
|
* [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
|
20
|
20
|
* [API](#user-content-api)
|
21
|
21
|
* [Test and Development](#user-content-test-and-development)
|
|
22
|
+* [Milestones](#user-content-milestones)
|
22
|
23
|
|
23
|
24
|
## Installation
|
24
|
25
|
|
|
@@ -157,9 +158,9 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
|
157
|
158
|
|
158
|
159
|
Check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Development-Guide)
|
159
|
160
|
|
160
|
|
-### TODO
|
|
161
|
+### Milestones
|
161
|
162
|
|
162
|
|
-V0.5 [milestone](https://github.com/wkh237/react-native-fetch-blob/milestones/v0.5)
|
|
163
|
+[V0.5 milestone](https://github.com/wkh237/react-native-fetch-blob/milestones/v0.5)
|
163
|
164
|
|
164
|
165
|
* Save file to storage directly
|
165
|
166
|
* Custom MIME type in form data
|