Skip to content

Commit d55baac

Browse files
authored
Merge pull request #131 from Keksike/master
Switch from using rnpm to react-native cli in setup guide
2 parents 75f1d79 + b1130c7 commit d55baac

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)