更新 package.json

This commit is contained in:
lvwang2002 2024-03-28 16:54:26 +00:00
parent 099fe797ad
commit b9176c2157
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
},
"homepage": "https://github.com/somonus/react-native-echarts#readme",
"dependencies": {
"echarts": "3.2.3"
"echarts": "3.2.3",
"react-native-webview":"13.8.2"
}
}