Skip to content

Commit 72ca260

Browse files
authored
Recommend pod-install for setup instructions
We've been recommending devs use `npx pod-install` since it will attempt to install cocoapods CLI if it's not available on the computer (cite [React Navigation setup guide](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project)). This has proved very useful for Expo users who are now migrating to the bare workflow and want to use community packages in their projects.
1 parent 47521c1 commit 72ca260

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ react-native link @react-native-community/blur
3737
3. (iOS only) Install to Xcode:
3838

3939
```
40-
cd ios
41-
pod install
40+
npx pod-install
4241
```
4342

4443
4. (Android only, optional)

0 commit comments

Comments
 (0)