Skip to content

Commit b5e56a4

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. ## Checklist - [x] I have tested this on a device and a simulator - [x] I added the documentation in `README.md`
1 parent c09acd6 commit b5e56a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ or
1818

1919
`npm install @react-native-community/image-editor --save`
2020

21+
### Install Pods
22+
23+
`npx pod-install`
24+
2125
### Link
2226

2327
`react-native link @react-native-community/image-editor`

0 commit comments

Comments
 (0)