We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa2e69 commit bfdf219Copy full SHA for bfdf219
README.md
@@ -60,9 +60,15 @@
60
61
##### With expo-cli
62
63
-With Expo, you'll need to run `expo install react-native-svg` to install this library.
+> ✅ The [Expo client app](https://expo.io/tools) comes with the native code installed!
64
65
-Please refer to [Expo docs](https://docs.expo.io/versions/latest/sdk/svg/) for more information or jump ahead to [Usage](#Usage).
+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).
72
73
##### With react-native-cli
74
0 commit comments