Skip to content

Commit

Permalink
Recommend npx pod-install for setup instructions
Browse files Browse the repository at this point in the history
# Summary

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.

## Checklist

- [x] I have tested this on a device and a simulator
- [x] I added the documentation in `README.md`
  • Loading branch information
EvanBacon authored May 14, 2020
1 parent d6a7117 commit e3009c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then follow the instructions for your platform to link react-native-video into y

**React Native 0.60 and above**

Run `pod install` in the `ios` directory. Linking is not required in React Native 0.60 and above.
Run `npx pod-install`. Linking is not required in React Native 0.60 and above.

**React Native 0.59 and below**

Expand Down

0 comments on commit e3009c6

Please sign in to comment.