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:
41
31
42
-
``````
43
-
cd ios && pod install
44
-
``````
32
+
```
33
+
$ cd ios && pod install
34
+
```
45
35
46
-
-`react-native < 0.59`
36
+
-React Native <= 0.59
47
37
48
38
Run the following commands
49
-
`$ react-native link @react-native-community/progress-bar-android`
39
+
40
+
```
41
+
$ react-native link @react-native-community/progress-bar-android
0 commit comments