From c01110b3be669d7b6a5d72ba8d8c67dd8143ad5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8FJ?= Date: Fri, 28 Feb 2025 03:12:08 +0000 Subject: [PATCH] docs: add getManufacturerSync() desc to zh-cn/react-native-device-info.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小J --- zh-cn/react-native-device-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/react-native-device-info.md b/zh-cn/react-native-device-info.md index 4cb1191c..c11aa0be 100644 --- a/zh-cn/react-native-device-info.md +++ b/zh-cn/react-native-device-info.md @@ -209,6 +209,7 @@ ohpm install | getLastUpdateTime | Gets the time at which the app was last updated, in milliseconds. | Promise | yes | Android | yes | | getMacAddress | Gets the network adapter MAC address. | Promise | yes | IOS/Android/visionOS | no | | getManufacturer | Gets the device manufacturer. | Promise | yes | IOS/Android/visoinOS | yes | +| getManufacturerSync | Gets the device manufacturer. | string | yes | IOS/Android/visoinOS | yes | | getMaxMemory | Returns the maximum amount of memory that the VM will attempt to use, in bytes. | Promise | yes | Android/Windows/Web | no | | getModel | Gets the device model. | string | yes | IOS/Android | yes | | getPowerState | Gets the power state of the device including the battery level, whether it is plugged in, and if the system is currently operating in low power mode. | Promise | yes | IOS/Android/Windows/Web/visionOS | yes | -- Gitee