We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309c8e commit 0b0f94fCopy full SHA for 0b0f94f
versioned_docs/version-6.x/tab-view.md
@@ -36,6 +36,12 @@ If you are not using Expo, run the following:
36
npm install react-native-pager-view
37
```
38
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
45
We're done! Now you can build and run the app on your device/simulator.
46
47
## Quick start
0 commit comments