Skip to content

Commit 4b1a955

Browse files
authored
Missing pod install step for installation (react-navigation#1082)
* Missing `pod install` step for installation Need to `pod install` after installing `react-native-pager-view` * Update material-top-tab-navigator.md
1 parent be0ab1d commit 4b1a955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versioned_docs/version-6.x/material-top-tab-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ If you have a bare React Native project, in your project directory, run:
3535
```bash npm2yarn
3636
npm install react-native-pager-view
3737
```
38+
> If you are developing for IOS, You'd need to run: **pod install**
3839
3940
## API Definition
4041

0 commit comments

Comments
 (0)