You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ or npm:
28
28
npm install --save @react-native-community/blur
29
29
```
30
30
31
-
2. Link your native dependencies:
31
+
2.**React-Native 0.59 and below only**: Link your native dependencies:
32
32
33
33
```
34
34
react-native link @react-native-community/blur
@@ -39,6 +39,10 @@ react-native link @react-native-community/blur
39
39
```
40
40
npx pod-install
41
41
```
42
+
Or, if you already have installed [Cocoapods](https://cocoapods.org/) on your system:
43
+
```
44
+
cd ios && pod install
45
+
```
42
46
43
47
4. (Android only, optional)
44
48
If you've defined _[project-wide properties](https://developer.android.com/studio/build/gradle-tips.html)_ (**recommended**) in your root `build.gradle`, this library will detect the presence of the following properties:
@@ -120,7 +124,6 @@ export default class Menu extends Component {
120
124
{/* in terms of positioning and zIndex-ing everything before the BlurView will be blurred */}
0 commit comments