From fdc1c5e0c231979e69dcff79ddab683ee5a1b850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=98=89=E8=AF=9A?= <425765923@qq.com> Date: Mon, 18 Mar 2024 09:15:33 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I993P6]=20=E6=9B=B4=E6=96=B0checkli?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmp | 0 zh-cn/repositories-release-checklist.md | 1 + 2 files changed, 1 insertion(+) create mode 100644 .tmp diff --git a/.tmp b/.tmp new file mode 100644 index 0000000..e69de29 diff --git a/zh-cn/repositories-release-checklist.md b/zh-cn/repositories-release-checklist.md index 2a7c859..353b2d7 100644 --- a/zh-cn/repositories-release-checklist.md +++ b/zh-cn/repositories-release-checklist.md @@ -22,3 +22,4 @@ | 12 | 鸿蒙模块名是否规范 | oh-package.json5 中的 name 是否为 rnoh-xxx,使用 rnoh 代替原库 react-native 前缀,如果没有 react-native 前缀则直接添加 rnoh 前缀。
如:react-native-fast-image => rnoh-fast-image
Shopify/flash-list => rnoh-flash-list | | 13 | 检查库是否添加平台判断 | 代码需要对标 IOS 进行移植,涉及 platform 代码、xx.ios.tsx 文件等,需要重点关注与修改,建议源码全局进行搜索检查 | | 14 | 检查库是否测试完全所有暴露接口 | | +| 15 | 是否包含无用文件 | 如生成的 lib 目录、node_module、package-lock.json 等文件/文件夹需要删除 | -- Gitee