diff --git a/en/NativeBase.md b/en/NativeBase.md index dc8b75530041d9e7c45cf2264bf9215774248ddb..efe84559001fe02db301656638a684641b8a2166 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 62e59843a8ca4d446c1f6b86297159fd0fd72019..aa654fe9b0068f3745203438d6060ee3cda6f402 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上有相同表现。 ## 开源协议