Skip to content

Commit 8d7c1e2

Browse files
Update README with link to manual linking instructions
1 parent cd2e773 commit 8d7c1e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ or npm:
2020
npm install --save @react-native-community/segmented-control
2121
```
2222

23+
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.
24+
2325
## Migrating from the core `react-native` module
2426

2527
This module was created when the segmentedControlIos was split out from the core of React Native. To migrate to this module you need to follow the installation instructions above and then change you imports from:

0 commit comments

Comments
 (0)