Browse Source

Update README.md

Yonah Forst 8 years ago
parent
commit
fc52cc1251
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

13
 - Bluetooth (Peripheral role. Don't use for Central only)
13
 - Bluetooth (Peripheral role. Don't use for Central only)
14
 - Background Refresh
14
 - Background Refresh
15
 
15
 
16
-####General Usage
16
+##General Usage
17
 ```js
17
 ```js
18
 const Permissions = require('react-native-permissions');
18
 const Permissions = require('react-native-permissions');
19
 
19
 
70
 //...
70
 //...
71
 ```
71
 ```
72
 
72
 
73
-####API
73
+##API
74
 
74
 
75
 _Permission statuses_ - `authorized`, `denied`, `restricted`, or `undetermined`
75
 _Permission statuses_ - `authorized`, `denied`, `restricted`, or `undetermined`
76
 
76
 
112
 npm install --save react-native-permissions
112
 npm install --save react-native-permissions
113
 ````
113
 ````
114
 
114
 
115
-###iOS
115
+##iOS
116
 * Run open node_modules/react-native-permissions
116
 * Run open node_modules/react-native-permissions
117
 * Drag ReactNativePermissions.xcodeproj into the Libraries group of your app's Xcode project
117
 * Drag ReactNativePermissions.xcodeproj into the Libraries group of your app's Xcode project
118
 * Add libReactNativePermissions.a to `Build Phases -> Link Binary With Libraries.
118
 * Add libReactNativePermissions.a to `Build Phases -> Link Binary With Libraries.