From 7e0b781d8886be8da885ea752df23233281a38db Mon Sep 17 00:00:00 2001 From: tyBrave Date: Mon, 22 Jan 2024 01:21:27 +0000 Subject: [PATCH 1/2] =?UTF-8?q?[Issues:=20#I8XI9V]=20=E6=9B=B4=E6=96=B0rea?= =?UTF-8?q?ct-native-screens=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1224/react-native-screens.md b/1224/react-native-screens.md index 3ae28ee8..1eefd01c 100644 --- a/1224/react-native-screens.md +++ b/1224/react-native-screens.md @@ -134,7 +134,7 @@ enableScreens(false); | createNativeStackNavigator |提供屏幕切换的能力 | function | No | All | NO | | NativeStackNavigationProp |切换页面属性的封装 | object | No | All | Yes | | NativeStackNavigationOptions |导航栏属性设置封装 | object | No | All | NO | -| FullWindowOverlay |一个组件,可以将其子组件放在其他组件之上 | object | No | All | NO | +| FullWindowOverlay |一个组件,可以将其子组件放在其他组件之上 | object | No | All | Yes | | SearchBarProps |搜索栏的属性设置封装| object | No | All | NO | | SearchBarCommands |搜索栏的操作封装 | object | No | All | NO | | useTransitionProgress |提供屏幕过度的动画插值器 | function | No | All | NO | -- Gitee From 2a7f3eec51afc23b03472a9d83e644e2e8ee3a2c Mon Sep 17 00:00:00 2001 From: tyBrave Date: Mon, 22 Jan 2024 01:34:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?[Issues:=20#I8XI9V]=20=E6=9B=B4=E6=96=B0rea?= =?UTF-8?q?ct-native-screens=E6=8E=A5=E5=8F=A3=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1224/react-native-screens.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1224/react-native-screens.md b/1224/react-native-screens.md index 1eefd01c..199e20c0 100644 --- a/1224/react-native-screens.md +++ b/1224/react-native-screens.md @@ -130,14 +130,14 @@ enableScreens(false); | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ---- | ---- | -------- | -------- | -------- | | enableScreens|支持原生及其React Native View |function| No | All | Yes | -| enableFreeze |对react-freeze的支持,使用ReactSuspense机制来防止React组件输的部分渲染 | function | No | All | Yes | +| enableFreeze |对react-freeze的支持,使用ReactSuspense机制来防止React组件树的部分渲染 | function | No | All | Yes | | createNativeStackNavigator |提供屏幕切换的能力 | function | No | All | NO | | NativeStackNavigationProp |切换页面属性的封装 | object | No | All | Yes | | NativeStackNavigationOptions |导航栏属性设置封装 | object | No | All | NO | | FullWindowOverlay |一个组件,可以将其子组件放在其他组件之上 | object | No | All | Yes | | SearchBarProps |搜索栏的属性设置封装| object | No | All | NO | | SearchBarCommands |搜索栏的操作封装 | object | No | All | NO | -| useTransitionProgress |提供屏幕过度的动画插值器 | function | No | All | NO | +| useTransitionProgress |提供屏幕过渡的动画插值器 | function | No | All | NO | | userReanimatedTransitionProgress ReanimatedScreenProvider | 屏幕切换期间调用的帧回调,用于react-native-reanimated 2.0及其以上的版本,并使用ReanimatedScreenProvider进行封装 | function | No | All | NO | | userHeaderHeight |计算静态标题栏的高度,当屏幕方向发生更改,此值会发生更改 | function | No | All | NO | | userAnimatedHeaderHeight |动态计算标题栏的高度,此值会随着每个视图布局变化而变化| function | No | All | NO | -- Gitee