From 8e87fb5f2e5466cbb2b36cb2fb52d9577a5d2b4c Mon Sep 17 00:00:00 2001 From: "maikai (A)" Date: Thu, 8 Aug 2024 17:37:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-image-pi?= =?UTF-8?q?cker=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-image-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-image-picker.md b/zh-cn/react-native-image-picker.md index 7760eb59..f7cdeec6 100644 --- a/zh-cn/react-native-image-picker.md +++ b/zh-cn/react-native-image-picker.md @@ -271,7 +271,7 @@ ohpm install | duration | The selected video duration in seconds | number | no | iOS Android | no | | bitrate | The average bitrate (in bits/sec) of the selected video, if available. (Android only) | number | no | Android | no | | timestamp | Timestamp of the asset. Only included if 'includeExtra' is true | string | no | iOS Android | no | -| id | local identifier of the photo or video. On Android & HarmonyOS, this is the same as | string | no | iOS Android | yes | +| id | local identifier of the photo or video. On Android & HarmonyOS, this is the same as | string | no | iOS Android | no | ## 静态方法 -- Gitee