Skip to content

Commit 19ea5f7

Browse files
authored
Recommend pod-install for setup instructions
# 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`
1 parent 04f6893 commit 19ea5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or
1717

1818
and install cocoapods
1919

20-
`pod install`
20+
`npx pod-install`
2121

2222
## React Native Compatibility
2323
To use this library you need to ensure you are using the correct version of React Native.

0 commit comments

Comments
 (0)