1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

2 Commits

Author SHA1 Message Date
612bab4601 ci.yml 修改名称,避免反复触发 Actions 2024-07-25 15:46:09 +08:00
zhangbk1
ed941b6dbc 修改 package.json 包名
Some checks failed
Build and Deploy Documents / build-deploy (push) Has been cancelled
2024-07-25 11:09:20 +08:00
4 changed files with 1342 additions and 1296 deletions

View File

@@ -18,9 +18,9 @@
"@babel/core": "7.8.4", "@babel/core": "7.8.4",
"@babel/runtime": "7.8.4", "@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "1.1.0", "@react-native-community/eslint-config": "1.1.0",
"babel-jest": "29.7.0", "babel-jest": "25.1.0",
"eslint": "6.5.1", "eslint": "6.5.1",
"jest": "29.7.0", "jest": "25.1.0",
"metro-react-native-babel-preset": "0.59.0", "metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1" "react-test-renderer": "16.13.1"
}, },

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{ {
"name": "@uiw/react-native-wechat", "name": "@coder-xiaomo/react-native-wechat",
"title": "React Native Wechat", "title": "React Native Wechat",
"version": "1.0.0", "version": "1.0.0",
"description": "React Native 包使用微信分享、登录、收藏、支付等功能。", "description": "React Native 包使用微信分享、登录、收藏、支付等功能。",