From 282bd7775f463b1cc4cd880e6fa340ea2afc1446 Mon Sep 17 00:00:00 2001 From: wangyue Date: Mon, 31 Mar 2025 19:54:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBXQ96]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20nativebase=E7=9A=84=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyue --- en/NativeBase.md | 1 + zh-cn/NativeBase.md | 1 + 2 files changed, 2 insertions(+) diff --git a/en/NativeBase.md b/en/NativeBase.md index dc8b7553..efe84559 100644 --- a/en/NativeBase.md +++ b/en/NativeBase.md @@ -809,6 +809,7 @@ The following component attributes are currently supported: - 网站文档图标要用@expo/vector-icons(需要用到 expo 脚手架才可以),如果没有用到 expo 脚手架的可以用[react-native-vector-icons 文档](/zh-cn/react-native-vector-icons.md)平替 - Tooltip 当用户与元素交互时,工具提示会提供简短的信息性消息。工具提示的启动方法包括:通过鼠标悬停手势或键盘悬停手势。这个组件是在 web 端用的 +- AlertDialog warns that the pop-up animation will flash after upgrading the new RN architecture. This scene has the same performance on iOS and Android. ## License diff --git a/zh-cn/NativeBase.md b/zh-cn/NativeBase.md index 62e59843..aa654fe9 100644 --- a/zh-cn/NativeBase.md +++ b/zh-cn/NativeBase.md @@ -823,6 +823,7 @@ const styles = StyleSheet.create({ - 网站文档图标要用@expo/vector-icons(需要用到expo脚手架才可以),如果没有用到expo脚手架的可以用[react-native-vector-icons 文档](/zh-cn/react-native-vector-icons.md)平替 - Tooltip 当用户与元素交互时,工具提示会提供简短的信息性消息。工具提示的启动方法包括:通过鼠标悬停手势或键盘悬停手势。这个组件是在web端用的 +- AlertDialog警告弹框动画在升级RN新架构后会有闪动现象,该场景在ios和android上有相同表现。 ## 开源协议 -- Gitee