Skip to content

Commit f767d0b

Browse files
authored
docs: update installation instructions to include react-native-svg (#74)
1 parent 85b8b5d commit f767d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Inspired by [phosphor-react](https://github.com/phosphor-icons/phosphor-react).
1919
## Installation
2020

2121
```bash
22-
yarn add phosphor-react-native
22+
yarn add phosphor-react-native react-native-svg
2323
```
2424

2525
or
2626

2727
```bash
28-
npm install --save phosphor-react-native
28+
npm install --save phosphor-react-native react-native-svg
2929
```
3030

3131
## Usage

core

0 commit comments

Comments
 (0)