@baby-journey/rn-segmented-progress-bar 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,12 +15,14 @@ The following are customizable:
15
15
  With npm
16
16
 
17
17
  ```
18
+ npm install react-native-svg
18
19
  npm install @baby-journey/rn-segmented-progress-bar --save
19
20
  ```
20
21
 
21
22
  With yarn
22
23
 
23
24
  ```
25
+ yarn add react-native-svg
24
26
  yarn add @baby-journey/rn-segmented-progress-bar
25
27
  ```
26
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baby-journey/rn-segmented-progress-bar",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Animated circular progress bar with segments",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",