From 5e0a32532aa995380a0c0ab1870fa717b6d8a5d9 Mon Sep 17 00:00:00 2001 From: wangmaolin Date: Tue, 19 Nov 2024 12:55:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IB5CK0]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-community-hooks=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-community-hooks.md | 8 ++++---- zh-cn/react-native-community-hooks.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/react-native-community-hooks.md b/en/react-native-community-hooks.md index 2cb72a17..e250b201 100644 --- a/en/react-native-community-hooks.md +++ b/en/react-native-community-hooks.md @@ -155,10 +155,10 @@ useAccessibilityInfo 方法返回值 |----------------|-------------------------------| -------- | ----------------- | | isBoldTextEnabled | whether bold text is enabled | iOS | Yes | | isScreenReaderEnabled | Whether the Screen Reading Function Is Enabled | Android / iOS | Yes | -| isGrayscaleEnabled | Whether grayscale mode is enabled | iOS | Yes | -| isInvertColorsEnabled | Whether color inversion is enabled | iOS | Yes | -| isReduceMotionEnabled | Whether reduction animation is enabled | Android / iOS | Yes | -| isReduceTransparencyEnabled | Whether reduce transparency is enabled | iOS | Yes | +| isGrayscaleEnabled | Whether grayscale mode is enabled | iOS | No | +| isInvertColorsEnabled | Whether color inversion is enabled | iOS | No | +| isReduceMotionEnabled | Whether reduction animation is enabled | Android / iOS | No | +| isReduceTransparencyEnabled | Whether reduce transparency is enabled | iOS | No | ## 遗留问题 diff --git a/zh-cn/react-native-community-hooks.md b/zh-cn/react-native-community-hooks.md index 2cb72a17..e250b201 100644 --- a/zh-cn/react-native-community-hooks.md +++ b/zh-cn/react-native-community-hooks.md @@ -155,10 +155,10 @@ useAccessibilityInfo 方法返回值 |----------------|-------------------------------| -------- | ----------------- | | isBoldTextEnabled | whether bold text is enabled | iOS | Yes | | isScreenReaderEnabled | Whether the Screen Reading Function Is Enabled | Android / iOS | Yes | -| isGrayscaleEnabled | Whether grayscale mode is enabled | iOS | Yes | -| isInvertColorsEnabled | Whether color inversion is enabled | iOS | Yes | -| isReduceMotionEnabled | Whether reduction animation is enabled | Android / iOS | Yes | -| isReduceTransparencyEnabled | Whether reduce transparency is enabled | iOS | Yes | +| isGrayscaleEnabled | Whether grayscale mode is enabled | iOS | No | +| isInvertColorsEnabled | Whether color inversion is enabled | iOS | No | +| isReduceMotionEnabled | Whether reduction animation is enabled | Android / iOS | No | +| isReduceTransparencyEnabled | Whether reduce transparency is enabled | iOS | No | ## 遗留问题 -- Gitee