File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,6 @@ yarn add @lobehub/icons-rn
43
43
# or
44
44
pnpm add @lobehub/icons-rn
45
45
```
46
-
47
- ### Peer Dependencies
48
-
49
- This package requires the following peer dependencies:
50
-
51
- ``` bash
52
- npm install react-native-svg
53
- # or
54
- yarn add react-native-svg
55
- # or
56
- pnpm add react-native-svg
57
- ```
58
-
59
46
#### Optional: Gradient Support
60
47
61
48
For gradient background support in Avatar components, install ` react-native-linear-gradient ` :
Original file line number Diff line number Diff line change 55
55
"peerDependencies" : {
56
56
"react" : " >=16.8.0" ,
57
57
"react-native" : " >=0.76.9" ,
58
- "react-native-linear-gradient" : " >=2.8.0" ,
59
- "react-native-svg" : " >=15.8.0"
58
+ "react-native-linear-gradient" : " >=2.8.0"
60
59
},
61
60
"publishConfig" : {
62
61
"access" : " public" ,
63
62
"registry" : " https://registry.npmjs.org"
63
+ },
64
+ "dependencies" : {
65
+ "react-native-svg" : " ^15.12.0"
64
66
}
65
67
}
You canβt perform that action at this time.
0 commit comments