Skip to content

Commit

Permalink
docs: Update deprecated expo install instructions to `npx expo instal…
Browse files Browse the repository at this point in the history
…l´ (#2128)

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/)
  • Loading branch information
GabrieldosSantosOliveira authored Sep 20, 2023
1 parent 30ba9fe commit 234f7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 234f7b7

Please sign in to comment.