Update `rnpm` to `react-native link`
Updating documentation according to #118
This commit is contained in:
parent
b4c836d5a7
commit
9ec701f9fb
|
@ -21,7 +21,10 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1)
|
||||||
npm install react-native-blur
|
npm install react-native-blur
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Link your library by one of those ways: either by using `rnpm link` (see more about rnpm [here](https://github.com/rnpm/rnpm)) or like it's [described here](http://facebook.github.io/react-native/docs/linking-libraries-ios.html).
|
2. Link your native dependencies:
|
||||||
|
```
|
||||||
|
react-native link
|
||||||
|
```
|
||||||
3. Inside your code include JS part by adding
|
3. Inside your code include JS part by adding
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
Loading…
Reference in New Issue