Skip to content

Commit 7d5d917

Browse files
committed
chore: remove svg from readme and example
1 parent f840ca9 commit 7d5d917

4 files changed

Lines changed: 18 additions & 76 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
A simple, interactive, animated, and fast Line Chart component for React Native.
55

66
### 🦄 Features
7-
- ✅ Supports RTL languages
8-
- ✅ Customizable active point component
9-
- ✅ Linear gradient line color
10-
- ✅ Supports different curve types
11-
- ✅ Full utilization of reanimated and shared values
7+
- ✅ Supports RTL languages
8+
- ✅ Customizable active point component
9+
- ✅ Linear gradient line color
10+
- ✅ Supports different curve types
11+
- ✅ Full utilization of reanimated and shared values
1212
- ✅ Supports area chart presentation
1313
- ✅ Supports transition animations
14-
14+
1515
### How we use it in Malaa App
1616
<p align="center">
1717
<img src="https://github.com/Malaa-tech/react-native-simple-line-chart/assets/24798045/c48c7ace-8230-4363-843c-1d250fc22110" width="300"/>
@@ -31,7 +31,7 @@ or
3131
```bash | pure
3232
yarn add react-native-simple-line-chart
3333
```
34-
⚠️ Make sure you have [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/) + [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) + [react-native-svg](https://github.com/software-mansion/react-native-svg) installed in your project.
34+
⚠️ Make sure you have [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/) + [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) + [@shopify/react-native-skia](https://github.com/shopify/react-native-skia) installed in your project.
3535

3636

3737
## ⚒️ Usage
@@ -132,7 +132,5 @@ export default function App() {
132132
}
133133
```
134134

135-
## 📖 Docs
135+
## 📖 Docs
136136
[Click here for docs and type defs](https://github.com/Malaa-tech/react-native-simple-line-chart/blob/main/docs/globals.md)
137-
138-

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
A simple, interactive, animated, and fast Line Chart component for React Native.
99

1010
### 🦄 Features
11-
- ✅ Supports RTL languages
12-
- ✅ Customizable active point component
13-
- ✅ Linear gradient line color
14-
- ✅ Supports different curve types
15-
- ✅ Full utilization of reanimated and shared values
11+
- ✅ Supports RTL languages
12+
- ✅ Customizable active point component
13+
- ✅ Linear gradient line color
14+
- ✅ Supports different curve types
15+
- ✅ Full utilization of reanimated and shared values
1616
- ✅ Supports area chart presentation
1717
- ✅ Supports transition animations
18-
18+
1919
### How we use it in Malaa App
2020
<p align="center">
2121
<img src="https://github.com/Malaa-tech/react-native-simple-line-chart/assets/24798045/c48c7ace-8230-4363-843c-1d250fc22110" width="300"/>
@@ -34,7 +34,7 @@ or
3434
```bash | pure
3535
yarn add react-native-simple-line-chart
3636
```
37-
⚠️ Make sure you have [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/) + [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) + [react-native-svg](https://github.com/software-mansion/react-native-svg) installed in your project.
37+
⚠️ Make sure you have [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/) + [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) + [@shopify/react-native-skia](https://github.com/shopify/react-native-skia) installed in your project.
3838

3939
## ⚒️ Usage
4040
```tsx | pure
@@ -134,5 +134,5 @@ export default function App() {
134134
}
135135
```
136136

137-
## 📖 Docs
137+
## 📖 Docs
138138
[Click here for docs and type defs](https://github.com/Malaa-tech/react-native-simple-line-chart/blob/main/docs/globals.md)

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"react-native": "0.81.5",
2121
"react-native-gesture-handler": "~2.28.0",
2222
"react-native-reanimated": "~4.1.1",
23-
"react-native-svg": "15.12.1",
2423
"react-native-web": "^0.21.0",
2524
"react-native-worklets": "0.5.1",
2625
"typescript": "~5.9.2"

example/yarn.lock

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,17 +2875,6 @@ css-select@^4.1.3, css-select@^4.2.1:
28752875
domutils "^2.8.0"
28762876
nth-check "^2.0.1"
28772877

2878-
css-select@^5.1.0:
2879-
version "5.2.2"
2880-
resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.2.2.tgz#01b6e8d163637bb2dd6c982ca4ed65863682786e"
2881-
integrity sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==
2882-
dependencies:
2883-
boolbase "^1.0.0"
2884-
css-what "^6.1.0"
2885-
domhandler "^5.0.2"
2886-
domutils "^3.0.1"
2887-
nth-check "^2.0.1"
2888-
28892878
css-tree@^1.1.2, css-tree@^1.1.3:
28902879
version "1.1.3"
28912880
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
@@ -2894,7 +2883,7 @@ css-tree@^1.1.2, css-tree@^1.1.3:
28942883
mdn-data "2.0.14"
28952884
source-map "^0.6.1"
28962885

2897-
css-what@^6.0.1, css-what@^6.1.0:
2886+
css-what@^6.0.1:
28982887
version "6.2.2"
28992888
resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.2.2.tgz#cdcc8f9b6977719fdfbd1de7aec24abf756b9dea"
29002889
integrity sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==
@@ -3334,16 +3323,7 @@ dom-serializer@^1.0.1:
33343323
domhandler "^4.2.0"
33353324
entities "^2.0.0"
33363325

3337-
dom-serializer@^2.0.0:
3338-
version "2.0.0"
3339-
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
3340-
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
3341-
dependencies:
3342-
domelementtype "^2.3.0"
3343-
domhandler "^5.0.2"
3344-
entities "^4.2.0"
3345-
3346-
domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0:
3326+
domelementtype@^2.0.1, domelementtype@^2.2.0:
33473327
version "2.3.0"
33483328
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
33493329
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
@@ -3355,13 +3335,6 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
33553335
dependencies:
33563336
domelementtype "^2.2.0"
33573337

3358-
domhandler@^5.0.2, domhandler@^5.0.3:
3359-
version "5.0.3"
3360-
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
3361-
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
3362-
dependencies:
3363-
domelementtype "^2.3.0"
3364-
33653338
domutils@^2.5.2, domutils@^2.8.0:
33663339
version "2.8.0"
33673340
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
@@ -3371,15 +3344,6 @@ domutils@^2.5.2, domutils@^2.8.0:
33713344
domelementtype "^2.2.0"
33723345
domhandler "^4.2.0"
33733346

3374-
domutils@^3.0.1:
3375-
version "3.2.2"
3376-
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.2.tgz#edbfe2b668b0c1d97c24baf0f1062b132221bc78"
3377-
integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==
3378-
dependencies:
3379-
dom-serializer "^2.0.0"
3380-
domelementtype "^2.3.0"
3381-
domhandler "^5.0.3"
3382-
33833347
dot-case@^3.0.4:
33843348
version "3.0.4"
33853349
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
@@ -3457,11 +3421,6 @@ entities@^2.0.0:
34573421
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
34583422
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
34593423

3460-
entities@^4.2.0:
3461-
version "4.5.0"
3462-
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
3463-
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
3464-
34653424
env-editor@^0.4.1:
34663425
version "0.4.2"
34673426
resolved "https://registry.yarnpkg.com/env-editor/-/env-editor-0.4.2.tgz#4e76568d0bd8f5c2b6d314a9412c8fe9aa3ae861"
@@ -6109,15 +6068,6 @@ react-native-reanimated@~4.1.1:
61096068
react-native-is-edge-to-edge "^1.2.1"
61106069
semver "7.7.2"
61116070

6112-
react-native-svg@15.12.1:
6113-
version "15.12.1"
6114-
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.12.1.tgz#7ba756dd6a235f86a2c312a1e7911f9b0d18ad3a"
6115-
integrity sha512-vCuZJDf8a5aNC2dlMovEv4Z0jjEUET53lm/iILFnFewa15b4atjVxU6Wirm6O9y6dEsdjDZVD7Q3QM4T1wlI8g==
6116-
dependencies:
6117-
css-select "^5.1.0"
6118-
css-tree "^1.1.3"
6119-
warn-once "0.1.1"
6120-
61216071
react-native-web@^0.21.0:
61226072
version "0.21.2"
61236073
resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.21.2.tgz#0f6983dfea600d9cc1c66fda87ff9ca585eaa647"
@@ -7234,11 +7184,6 @@ walker@^1.0.7, walker@^1.0.8:
72347184
dependencies:
72357185
makeerror "1.0.12"
72367186

7237-
warn-once@0.1.1:
7238-
version "0.1.1"
7239-
resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43"
7240-
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==
7241-
72427187
watchpack@^2.5.1:
72437188
version "2.5.1"
72447189
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.5.1.tgz#dd38b601f669e0cbf567cb802e75cead82cde102"

0 commit comments

Comments
 (0)