From bb4cd9ac293fd502c83afa8f8587721493af9a01 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Thu, 14 May 2026 17:34:59 +0800 Subject: [PATCH] fix: add missing @react-native-async-storage/async-storage devDependency to xwebview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 Jenkins 构建失败:xwebview 类型检查通过 paths 解析 common 包源码时, 缺少 @react-native-async-storage/async-storage 依赖导致 TS2307 错误 Co-Authored-By: Claude Opus 4.7 --- packages/xwebview/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/xwebview/package.json b/packages/xwebview/package.json index 02dc7a6..87e4b62 100644 --- a/packages/xwebview/package.json +++ b/packages/xwebview/package.json @@ -29,6 +29,7 @@ "@types/react-native": "^0.73.0", "react-native-safe-area-context": "^5.4.0", "@react-navigation/native": "^7.0.0", + "@react-native-async-storage/async-storage": "^1.21.0", "typescript": "^5.9.3" } }