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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ We use [Semantic Release](http://semantic-release.org) to automatically release
51
51
52
52
## Reporting issues
53
53
54
-
You can report issues on our [bug tracker](https://github.com/react-native-community/react-native-segmented-control/issues). Please search for existing issues and follow the issue template when opening an issue.
54
+
You can report issues on our [bug tracker](https://github.com/react-native-segmented-control/segmented-control/issues). Please search for existing issues and follow the issue template when opening an issue.
![Supports iOS and Android and Web][support-badge]![Github Action Badge][gha-badge]![npm][npm-badge][![Lean Core Extracted][lean-core-badge]][lean-core-issue]
4
4
@@ -14,10 +14,10 @@ For Android and Web, it has a js implementation that mocks iOS 13 style of UISeg
14
14
15
15
## Supported React Native Version
16
16
17
-
| react-native-segmented-control | react-native |
18
-
| --- | --- |
19
-
| v2.2.0 | >= 0.62 |
20
-
| <= v2.2.0 | >= 0.57 |
17
+
| react-native-segmented-control | react-native |
18
+
| ------------------------------|------------ |
19
+
| v2.2.0 | >= 0.62|
20
+
| <= v2.2.0 | >= 0.57|
21
21
22
22
This module is NOT supported for expo.
23
23
@@ -26,13 +26,13 @@ This module is NOT supported for expo.
@@ -51,15 +51,15 @@ For android, no linking is needed, as the module is implemented in js.
51
51
<summary>For React Native version 0.59 or older</summary>
52
52
### React Native <= 0.59
53
53
54
-
run `react-native link @react-native-community/segmented-control`
54
+
run `react-native link @react-native-segmented-control/segmented-control`
55
55
56
56
or you can follow the instructions to [manually link this package](https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking).
57
57
58
58
## Upgrading to React Native _0.60+_
59
59
60
60
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