Add plugin name at the end of `react-native link`
This commit is contained in:
parent
9ec701f9fb
commit
47d0c160c6
|
@ -23,7 +23,7 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1)
|
||||||
|
|
||||||
2. Link your native dependencies:
|
2. Link your native dependencies:
|
||||||
```
|
```
|
||||||
react-native link
|
react-native link react-native-blur
|
||||||
```
|
```
|
||||||
3. Inside your code include JS part by adding
|
3. Inside your code include JS part by adding
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue