From a8db2005f3808eb27ca580e46c44662b5bef4842 Mon Sep 17 00:00:00 2001 From: opines Date: Fri, 5 Jan 2024 16:57:41 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8TXYD]=20=E8=A1=A5=E5=85=85=20zh-c?= =?UTF-8?q?n=20=E7=89=88=E6=9C=AC=20react-native-svg=20=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-svg.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/react-native-svg.md b/zh-cn/react-native-svg.md index bd568752..cc753738 100644 --- a/zh-cn/react-native-svg.md +++ b/zh-cn/react-native-svg.md @@ -205,6 +205,8 @@ ohpm install 详细请查看 [react-native-svg 的文档介绍](https://github.com/software-mansion/react-native-svg/blob/main/USAGE.md) +> [!tip] 目前Defs、Mask、Use、Circle、LinearGradient、Stop组件仅显示空白占位,还无具体实现效果。 + 以下为目前已支持的组件属性: > [!tip] "Platform"列表示该属性在原三方库上支持的平台。 -- Gitee