Updated README.md (#1690)

This commit is contained in:
Hakan Akın
2022-02-25 14:50:51 +03:00
committed by GitHub
parent bac4986a23
commit 2826fd92cb

View File

@@ -76,8 +76,13 @@ Install the JavaScript with:
##### With react-native-cli
1. Install library from `npm`
1. Install library
from npm
```bash
npm install react-native-svg
```
from yarn
```bash
yarn add react-native-svg
```