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

Commit 586cdbf

Browse files
committed
Merge branch '0.9.0' of github.com:wkh237/react-native-fetch-blob into 0.9.0
2 parents 3e9b0ca + 777a1e0 commit 586cdbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ A project committed to make file acess and data transfer easier, effiecient for
1313
## TOC
1414
* [About](#user-content-about)
1515
* [Installation](#user-content-installation)
16-
* [Recipes](#user-content-recipes)
1716
* [HTTP Data Transfer](#user-content-http-data-transfer)
1817
* [Regular Request](#user-content-regular-request)
1918
* [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
@@ -119,7 +118,7 @@ Also, if you're going to use `Android Download Manager` you have to add this to
119118

120119
Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. So adding permissions in `AndroidManifest.xml` won't work in Android 6.0 devices. To grant permissions in runtime, you might use modules like [react-native-android-permissions](https://github.com/lucasferreira/react-native-android-permissions).
121120

122-
## Recipes
121+
## Usage
123122

124123
ES6
125124

@@ -693,6 +692,8 @@ After `0.8.0` we've made some [Web API polyfills](https://github.com/wkh237/reac
693692
- Blob
694693
- XMLHttpRequest (Use our implementation if you're going to use it with Blob)
695694

695+
Here's a [sample app](https://github.com/wkh237/rn-firebase-storage-upload-sample) that uses polyfills to upload files to FireBase.
696+
696697
### Performance Tips
697698

698699
---

0 commit comments

Comments
 (0)