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.
This commit is contained in:
Evan Bacon 2020-04-24 21:34:32 -07:00 committed by GitHub
parent 47521c1dc9
commit 72ca260c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ react-native link @react-native-community/blur
3. (iOS only) Install to Xcode: 3. (iOS only) Install to Xcode:
``` ```
cd ios npx pod-install
pod install
``` ```
4. (Android only, optional) 4. (Android only, optional)