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
Linking the package manually is not required anymore with [Autolinking](https://github.com/react-native-masked-view/cli/blob/master/docs/autolinking.md).
30
31
31
-
-**iOS Platform:**
32
+
Remember to install the pod with:
32
33
33
-
`npx pod-install`
34
+
```sh
35
+
npx pod-install
36
+
```
34
37
35
-
####Using React Native < 0.60
38
+
### Using React Native < 0.60
36
39
37
40
You then need to link the native parts of the library for the platforms you are using. The easiest way to link the library is using the CLI tool by running this command from the root of your project:
38
41
39
-
```
42
+
```sh
40
43
react-native link @react-native-masked-view/masked-view
The following image demonstrates that you can put almost anything behind the mask. The three examples shown are masked `<View>`, `<Text>`, and `<Image>`.
0 commit comments