Skip to content

Commit

Permalink
Clarify react-native-svg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacse committed Jul 12, 2018
1 parent d50b93d commit ecb2305
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,13 @@ React Native component for creating animated, circular progress. Useful for disp

## Installation

`npm i --save react-native-circular-progress`
1. Install this component and `react-native-svg`:

`npm i --save react-native-circular-progress react-native-svg`

2. Link native code for SVG:

`react-native link react-native-svg`

## Usage

Expand Down

0 comments on commit ecb2305

Please sign in to comment.