From d1ced11e1d8927f6255b1c0e330ca6aaaec631eb Mon Sep 17 00:00:00 2001 From: gongjq Date: Mon, 8 Dec 2025 19:46:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0contacts=E5=BA=93?= =?UTF-8?q?=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gongjq --- en/react-native-contacts.md | 3 +++ zh-cn/react-native-contacts.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/en/react-native-contacts.md b/en/react-native-contacts.md index e4c11b98..c6542cae 100644 --- a/en/react-native-contacts.md +++ b/en/react-native-contacts.md @@ -635,6 +635,9 @@ Open the `entry/src/main/module.json5` file and add the following code: - [ ] **viewExistingContact**: Only the name and phone number are displayed on the viewing page. The contact application needs to support all properties. [issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) - [ ] **editExistingContact**: There is no independent page for editing only phone numbers. [issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) - [ ] **writePhotoToPath**: The system contact application does not support this API. [issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) +- [ ] **openExistingContact**: At present, no relevant interface is provided to open the edit mode for existing contacts. The current behavior is that it opens in view mode. If the existing contact does not exist, a blank page will be returned. [issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) +- [ ] **viewExistingContact**: If the existing contact does not exist, a blank page will be returned. [issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) +- [ ] state, department and isStarred these fields are not supported at present.[issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) ## Others diff --git a/zh-cn/react-native-contacts.md b/zh-cn/react-native-contacts.md index c028eed3..ce71f67f 100644 --- a/zh-cn/react-native-contacts.md +++ b/zh-cn/react-native-contacts.md @@ -630,6 +630,9 @@ ohpm install - [ ] viewExistingContact:查看界面只有姓名和电话信息,需要联系人应用补齐所有属性[issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) - [ ] editExistingContact:没有单独的只支持编辑电话号码的页面,目前同编辑页面[issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) - [ ] writePhotoToPath:系统联系人应用不支持[issue#1](https://github.com/react-native-oh-library/react-native-contacts/issues/1) +- [ ] openExistingContact:打开现有联系人的编辑模式目前没有提供相关接口,现状是按照查看方式打开。如果现有联系人不存在返回空白页[issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) +- [ ] viewExistingContact:如果现有联系人不存在返回空白页[issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) +- [ ] state(州),department(部门),isStarred(重点联系人标记)三个字段目前不支持[issue#9](https://gitcode.com/openharmony-sig/rntpc_react-native-contacts/issues/9) ## 其他 -- Gitee