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
The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is:
30
30
31
-
```
32
-
$ cd ios && podinstall
31
+
```sh
32
+
npx pod-install
33
33
```
34
34
35
35
- React Native <= 0.59
36
36
37
37
Run the following commands
38
38
39
-
```
40
-
$ react-native link @react-native-community/progress-view
39
+
```sh
40
+
react-native link @react-native-community/progress-view
0 commit comments