Skip to content

Commit b8b306b

Browse files
authored
Merge pull request #1381 from react-native-community/EvanBacon-patch-1
Clean up expo instructions
2 parents ffa2e69 + bfdf219 commit b8b306b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,15 @@
6060

6161
##### With expo-cli
6262

63-
With Expo, you'll need to run `expo install react-native-svg` to install this library.
63+
> ✅ The [Expo client app](https://expo.io/tools) comes with the native code installed!
6464
65-
Please refer to [Expo docs](https://docs.expo.io/versions/latest/sdk/svg/) for more information or jump ahead to [Usage](#Usage).
65+
Install the JavaScript with:
66+
67+
```bash
68+
expo install react-native-svg
69+
```
70+
71+
📚 See the [**Expo docs**](https://docs.expo.io/versions/latest/sdk/svg/) for more info or jump ahead to [Usage](#Usage).
6672

6773
##### With react-native-cli
6874

0 commit comments

Comments
 (0)