|
@@ -192,6 +192,14 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
|
192
|
192
|
|
193
|
193
|
### Upcoming Features
|
194
|
194
|
|
|
195
|
+We are now working on v0.5.0, there will be some new features.
|
|
196
|
+
|
195
|
197
|
* Save file to storage directly
|
196
|
198
|
* Upload file from storage directly
|
197
|
199
|
* Custom MIME type in form data
|
|
200
|
+
|
|
201
|
+### Development
|
|
202
|
+
|
|
203
|
+If you're insteresting in improving this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Development-Guide).
|
|
204
|
+
|
|
205
|
+Please feel free to make a PR or file an issue.
|