Merge pull request #129 from Baransu/patch-1

Update `rnpm` to `react-native link`
This commit is contained in:
Alexey 2016-12-12 09:41:52 +01:00 committed by GitHub
commit 763b0b1bc0
1 changed files with 4 additions and 1 deletions

View File

@ -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