Skip to content

Commit 8cdc77c

Browse files
committed
docs(Typography):文档更新
1 parent 2822c67 commit 8cdc77c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

packages/core/src/Typography/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ function Demo() {
133133
}
134134
```
135135

136+
### 可高亮文本 RnText
137+
136138
```jsx
137139
import { View } from 'react-native';
138140
import { RnText } from '@uiw/react-native';

website/src/pages/components/v3/README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# V2 -> V3
2-
## `react-native-uiw@3.x.x`
2+
## `@uiw/react-native3.0.3`
33
### Presets Updates
44
- #### 组件性能优化
55
- #### 统一ios以及android组件差异
@@ -9,11 +9,11 @@
99

1010
### New Components
1111

12-
- Calendar
13-
- ScreenRoot
14-
- DragDrawer
15-
- TreeSelect
16-
- RNText
12+
- `Calendar` 日历
13+
- `ScreenRoot` 自定义导航栏
14+
- `DragDrawer` 拖曳抽屉
15+
- `TreeSelect` 级联选择器
16+
- `RNText` 字体文本
1717

1818
---
1919

@@ -50,6 +50,11 @@
5050
##### Modal
5151
解决 Modal弹出动画底层延迟收起问题
5252

53+
##### SwipeAction
54+
解决 SwipeAction key报错
55+
56+
57+
5358
---
5459

5560
### Dependencies Update

0 commit comments

Comments
 (0)