Skip to content

Commit 0b0f94f

Browse files
authored
Update tab-view.md
Added missing instruction to run pod install
1 parent 4309c8e commit 0b0f94f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versioned_docs/version-6.x/tab-view.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ If you are not using Expo, run the following:
3636
npm install react-native-pager-view
3737
```
3838

39+
If you're on a Mac and developing for iOS, you also need to install the pods (via [Cocoapods](https://cocoapods.org/)) to complete the linking.
40+
41+
```bash
42+
npx pod-install ios
43+
```
44+
3945
We're done! Now you can build and run the app on your device/simulator.
4046

4147
## Quick start

0 commit comments

Comments
 (0)