Преглед на файлове

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

fixes #473
Thibault Malbranche преди 5 години
родител
ревизия
91eb7ce3d1
No account linked to committer's email address
променени са 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,