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
Then you will need to link it to your project. You can follow the [manual linking](https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking) instructions for that.
23
+
## Link
24
+
25
+
- React Native 0.60+
26
+
27
+
run `cd ios && pod install`
28
+
29
+
- React Native <= 0.59
30
+
31
+
run `react-native link @react-native-community/segmented-control`
32
+
33
+
or you can follow the instructions to [manually link this package](https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking).
34
+
35
+
## Upgrading to React Native _0.60+_
36
+
37
+
New React Native comes with `autolinking` feature, which automatically links Native Modules in your project. In order to get it to work, make sure you unlink `Segmented Control` first:
0 commit comments