Procházet zdrojové kódy

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

fixes #473
Thibault Malbranche před 6 roky
rodič
revize
91eb7ce3d1
No account linked to committer's email address
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      src/WebView.styles.ts

+ 0
- 1
src/WebView.styles.ts Zobrazit soubor

26
   hidden: {
26
   hidden: {
27
     height: 0,
27
     height: 0,
28
     flex: 0, // disable 'flex:1' when hiding a View
28
     flex: 0, // disable 'flex:1' when hiding a View
29
-    display: 'none',
30
   },
29
   },
31
   loadingView: {
30
   loadingView: {
32
     flex: 1,
31
     flex: 1,