Skip to content

Commit fcdf9d7

Browse files
committed
Update library name
1 parent 247b1ef commit fcdf9d7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,22 @@ A component for UIVisualEffectView's blur and vibrancy effect on iOS, and [500px
1616

1717
### Installation
1818

19-
1. Install package via npm:
19+
1. Install the library using either Yarn:
2020

2121
```
22-
npm install react-native-blur
22+
yarn add @react-native-community/blur
23+
```
24+
25+
or npm:
26+
27+
```
28+
npm install --save @react-native-community/blur
2329
```
2430

2531
2. Link your native dependencies:
2632

2733
```
28-
react-native link react-native-blur
34+
react-native link @react-native-community/blur
2935
```
3036

3137
3. (Android only) Add the following to `android/app/build.gradle`

0 commit comments

Comments
 (0)