代理优化

This commit is contained in:
2026-02-06 17:48:43 +08:00
parent 57928cd97d
commit 2f4241951d
6 changed files with 58 additions and 33 deletions

View File

@@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-cookies/cookies": "^6.2.1",
@@ -15,6 +16,7 @@
"buffer": "^6.0.3",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-background-actions": "^4.0.1",
"react-native-device-info": "14.0.4",
"react-native-fs": "^2.20.0",
"react-native-tcp-socket": "^6.4.1",
@@ -35,6 +37,7 @@
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"patch-package": "^8.0.1",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"