We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34e035a + 0a9f8bf commit b1130c7Copy full SHA for b1130c7
README.md
@@ -31,7 +31,7 @@ The current supported permissions are:
31
## General Usage
32
```
33
npm install --save react-native-permissions
34
-rnpm link
+react-native link
35
36
37
Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details.
@@ -179,10 +179,10 @@ You can request write access to any of these types by also including the appropr
179
180
````
181
182
183
184
185
-### Or manualy linking
+### Or manually linking
186
187
#### iOS
188
* Run open node_modules/react-native-permissions
0 commit comments