From 234f7b7302393f59fc1b1f968765168ebe527c38 Mon Sep 17 00:00:00 2001 From: Gabriel dos Santos Oliveira <86084272+GabrieldosSantosOliveira@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:09:36 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20deprecated=20expo=20install=20?= =?UTF-8?q?instructions=20to=20`npx=20expo=20install=C2=B4=20(#2128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed expo install react-native-svg to npx expo install react-native-svg, because global expo-cli is deprecated [docs-expo-cli](https://docs.expo.dev/archive/expo-cli/) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7cc5da92..7278d60d4 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ ## Installation -### With expo-cli +### With expo > ✅ The [Expo client app](https://expo.io/tools) comes with the native code installed! Install the JavaScript with: ```bash -expo install react-native-svg +npx expo install react-native-svg ``` 📚 See the [**Expo docs**](https://docs.expo.io/versions/latest/sdk/svg/) for more info or jump ahead to [Usage](#usage).