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 ea2dfc0 commit 66f8975Copy full SHA for 66f8975
README.md
@@ -7,11 +7,14 @@ react-native 提供的`Modal`组件在Android上显示时不能延伸到状态
7
### 效果对比
8
9
使用`react-native-translucent-modal`之前:
10
-{:height="50%" width="50%"}
11
+<img src="/screen-shot/screenshot-before.jpg" width = "50%" height = "70%" alt="before1" align=center />
12
+
13
+>
14
使用`react-native-translucent-modal`之后:
15
-{:height="50%" width="50%"}
16
17
+<img src="/screen-shot/screenshot-after.jpg" width = "50%" height = "70%" alt="after1" align=center />
18
19
### Setup
20
0 commit comments