Skip to content

Commit c237023

Browse files
authored
add(package): react-native-svg in getting started section (#5)
This package also depends on react-native-svg
1 parent a2186ba commit c237023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Easy way to add shimmer placeholders that conform to parent component size and c
1515

1616
## Getting Started
1717

18-
This library requires [reanimated](https://docs.swmansion.com/react-native-reanimated/)
18+
This library requires [reanimated](https://docs.swmansion.com/react-native-reanimated/) and [react-native-svg](https://github.com/software-mansion/react-native-svg)
1919

2020
```sh
21-
npm install react-native-fast-shimmer react-native-reanimated
21+
npm install react-native-fast-shimmer react-native-reanimated react-native-svg
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)