Skip to content

Commit

Permalink
Missing pod install step for installation (react-navigation#1082)
Browse files Browse the repository at this point in the history
* Missing `pod install` step for installation

Need to `pod install` after installing `react-native-pager-view`

* Update material-top-tab-navigator.md
  • Loading branch information
Miraj98 authored Oct 31, 2022
1 parent be0ab1d commit 4b1a955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versioned_docs/version-6.x/material-top-tab-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ If you have a bare React Native project, in your project directory, run:
```bash npm2yarn
npm install react-native-pager-view
```
> If you are developing for IOS, You'd need to run: **pod install**
## API Definition

Expand Down

0 comments on commit 4b1a955

Please sign in to comment.