Update library name
This commit is contained in:
parent
247b1efe28
commit
fcdf9d7fbb
12
README.md
12
README.md
|
@ -16,16 +16,22 @@ A component for UIVisualEffectView's blur and vibrancy effect on iOS, and [500px
|
|||
|
||||
### Installation
|
||||
|
||||
1. Install package via npm:
|
||||
1. Install the library using either Yarn:
|
||||
|
||||
```
|
||||
npm install react-native-blur
|
||||
yarn add @react-native-community/blur
|
||||
```
|
||||
|
||||
or npm:
|
||||
|
||||
```
|
||||
npm install --save @react-native-community/blur
|
||||
```
|
||||
|
||||
2. Link your native dependencies:
|
||||
|
||||
```
|
||||
react-native link react-native-blur
|
||||
react-native link @react-native-community/blur
|
||||
```
|
||||
|
||||
3. (Android only) Add the following to `android/app/build.gradle`
|
||||
|
|
Loading…
Reference in New Issue