We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24a70f commit 9e486c5Copy full SHA for 9e486c5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wuba/react-native-echarts",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Echarts for react native.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -93,6 +93,17 @@
93
"react-native-svg": "*",
94
"zrender": "*"
95
},
96
+ "peerDependenciesMeta": {
97
+ "@shopify/react-native-skia": {
98
+ "optional": true
99
+ },
100
+ "react-native-gesture-handler": {
101
102
103
+ "react-native-svg": {
104
105
+ }
106
107
"engines": {
108
"node": ">= 14.0.0"
109
0 commit comments