We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de870e commit 31f2c30Copy full SHA for 31f2c30
docs-vitepress/guide/rn/style.md
@@ -16,7 +16,7 @@
16
RN 样式属性和 Web/小程序中 CSS 样式属性是相交关系:
17
18
- **RN 独有属性**:`tintColor`、`writingDirection` 等,CSS 不支持
19
-- **CSS 独有属性**:`clip-path`、`animation`、`transition` 等,RN 不支持
+- **CSS 独有属性**:`clip-path`、`animation` 等,RN 不支持
20
21
因此,在跨平台开发时:
22
1. **优先使用交集属性**:尽量使用两边都支持的样式属性
0 commit comments