Merge pull request #129 from Baransu/patch-1
Update `rnpm` to `react-native link`
This commit is contained in:
commit
763b0b1bc0
|
@ -21,7 +21,10 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1)
|
|||
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 react-native-blur
|
||||
```
|
||||
3. Inside your code include JS part by adding
|
||||
|
||||
```javascript
|
||||
|
|
Loading…
Reference in New Issue