@lobehub/icons-rn 1.0.2 → 1.0.4
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 +13 -0
- package/dist/esm/index.js +5931 -5930
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +5931 -5930
- package/dist/index.js.map +1 -1
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -43,6 +43,19 @@ 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
|
+
|
|
46
59
|
#### Optional: Gradient Support
|
|
47
60
|
|
|
48
61
|
For gradient background support in Avatar components, install `react-native-linear-gradient`:
|