瀏覽代碼

Update README.md

Yonah Forst 8 年之前
父節點
當前提交
fc52cc1251
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      README.md

+ 3
- 3
README.md 查看文件

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.