Skip to content

Commit b1130c7

Browse files
authored
Merge pull request #1 from Keksike/rnpm-to-react-native-in-readme
Switch from using rnpm to react-native cli in setup guide
2 parents 34e035a + 0a9f8bf commit b1130c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The current supported permissions are:
3131
## General Usage
3232
```
3333
npm install --save react-native-permissions
34-
rnpm link
34+
react-native link
3535
```
3636

3737
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
179179

180180
````
181181
npm install --save react-native-permissions
182-
rnpm link
182+
react-native link
183183
````
184184

185-
### Or manualy linking
185+
### Or manually linking
186186

187187
#### iOS
188188
* Run open node_modules/react-native-permissions

0 commit comments

Comments
 (0)