File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11DragDrawer 拖曳抽屉
22---
33
4- ![ ] ( https://user-images.githubusercontent.com/66067296/143187302-bee614b4-7799-49d1-9cab-470ad8228372.gif )
4+ < img src = " https://user-images.githubusercontent.com/66067296/143187302-bee614b4-7799-49d1-9cab-470ad8228372.gif " style = " width : 300 px ; height : 620 px " />
55
66可自定义拖曳抽屉高度。
77
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ Empty 空状态
33
44空状态时的展示占位图。
55
6- ![ ] ( https://user-images.githubusercontent.com/66067296/137707848-8603fc59-3904-437d-9908-53cd621a1a0e.png )
6+ < img src = " https://user-images.githubusercontent.com/66067296/137707848-8603fc59-3904-437d-9908-53cd621a1a0e.png " style = " width : 300 px ; height : 620 px " />
77
88### 基础示例
99
10- <!-- DemoStart-->
10+ <!-- DemoStart-->
1111``` js
1212import { Empty } from ' @uiw/react-native' ;
1313
@@ -24,7 +24,7 @@ export default Demo
2424
2525### 自定义文字
2626
27- <!-- DemoStart-->
27+ <!-- DemoStart-->
2828``` js
2929import { Empty } from ' @uiw/react-native' ;
3030
@@ -41,7 +41,7 @@ export default Demo
4141
4242### 替换默认图标
4343
44- <!-- DemoStart-->
44+ <!-- DemoStart-->
4545``` js
4646import { Empty } from ' @uiw/react-native' ;
4747
@@ -82,7 +82,7 @@ export default Demo
8282
8383### 自定义图标尺寸
8484
85- <!-- DemoStart-->
85+ <!-- DemoStart-->
8686``` js
8787import { Empty } from ' @uiw/react-native' ;
8888
@@ -99,7 +99,7 @@ export default Demo
9999
100100### 自定义文字样式
101101
102- <!-- DemoStart-->
102+ <!-- DemoStart-->
103103``` js
104104import { Empty } from ' @uiw/react-native' ;
105105
@@ -116,7 +116,7 @@ export default Demo
116116
117117### 提示更多内容
118118
119- <!-- DemoStart-->
119+ <!-- DemoStart-->
120120``` js
121121import { Empty } from ' @uiw/react-native' ;
122122import {View , Text } from ' react-native' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SwipeAction 滑动操作组件。
22---
33结合手势操作,从屏幕一侧唤出操作。
44
5- ![ ] ( https://user-images.githubusercontent.com/57083007/146733663-6c83fca4-72df-424d-8364-47533f57ece6.gif )
5+ < img src = " https://user-images.githubusercontent.com/57083007/146733663-6c83fca4-72df-424d-8364-47533f57ece6.gif " style = " width : 300 px ; height : 620 px " />
66
77### 基础示例
88
You can’t perform that action at this time.
0 commit comments