From 0c019b98d4e55cac1200a515003be4babd7753d0 Mon Sep 17 00:00:00 2001 From: Mateus Andrade Date: Tue, 26 May 2020 18:11:43 -0300 Subject: [PATCH] docs: adding npx pod-install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8099efd8..bd318be61 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are a couple of cases for linking. Choose the appropriate one. The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is: ```bash -cd ios && pod install +npx pod-install ``` - `react-native <= 0.59`