@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.
- package/README.md +2 -0
- 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
|
|