From 0b0f94f2194b9e36bf3170204a37153f83acce57 Mon Sep 17 00:00:00 2001 From: Doug Watkins Date: Fri, 14 Jun 2024 11:18:35 -0600 Subject: [PATCH] Update tab-view.md Added missing instruction to run pod install --- versioned_docs/version-6.x/tab-view.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-6.x/tab-view.md b/versioned_docs/version-6.x/tab-view.md index 78d137b11cc..775d81565e0 100644 --- a/versioned_docs/version-6.x/tab-view.md +++ b/versioned_docs/version-6.x/tab-view.md @@ -36,6 +36,12 @@ If you are not using Expo, run the following: npm install react-native-pager-view ``` +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. + +```bash +npx pod-install ios +``` + We're done! Now you can build and run the app on your device/simulator. ## Quick start