Browse Source

Update README.md

wkh237 8 years ago
parent
commit
a403eccf11
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      README.md

+ 1
- 2
README.md View File

13
 ## TOC
13
 ## TOC
14
 * [About](#user-content-about)
14
 * [About](#user-content-about)
15
 * [Installation](#user-content-installation)
15
 * [Installation](#user-content-installation)
16
-* [Recipes](#user-content-recipes)
17
 * [HTTP Data Transfer](#user-content-http-data-transfer)
16
 * [HTTP Data Transfer](#user-content-http-data-transfer)
18
  * [Regular Request](#user-content-regular-request)
17
  * [Regular Request](#user-content-regular-request)
19
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
18
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
119
 
118
 
120
 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).
119
 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).
121
 
120
 
122
-## Recipes
121
+## Usage
123
 
122
 
124
 ES6
123
 ES6
125
 
124