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-community/cli/blob/master/docs/autolinking.md).
31
+
32
+
-**iOS Platform:**
33
+
34
+
`$ cd ios && pod install`
35
+
36
+
#### Using React Native < 0.60
37
+
38
+
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:
39
+
40
+
```
20
41
$ react-native link @react-native-community/masked-view
0 commit comments