From 72ca260c468ea34de2dff9675bc77bc0a61de96b Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Fri, 24 Apr 2020 21:34:32 -0700 Subject: [PATCH] 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. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45febe6..a8d5824 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ react-native link @react-native-community/blur 3. (iOS only) Install to Xcode: ``` -cd ios -pod install +npx pod-install ``` 4. (Android only, optional)