浏览代码

fix(styles): removed unneeded display: 'none'

fixes #473
Thibault Malbranche 5 年前
父节点
当前提交
91eb7ce3d1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/WebView.styles.ts

+ 0
- 1
src/WebView.styles.ts 查看文件

@@ -26,7 +26,6 @@ const styles = StyleSheet.create<Styles>({
26 26
   hidden: {
27 27
     height: 0,
28 28
     flex: 0, // disable 'flex:1' when hiding a View
29
-    display: 'none',
30 29
   },
31 30
   loadingView: {
32 31
     flex: 1,