From 91eb7ce3d18c04feea3945f07f36cf331392c38d Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Wed, 3 Apr 2019 10:19:43 +0200 Subject: [PATCH] fix(styles): removed unneeded display: 'none' fixes #473 --- src/WebView.styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WebView.styles.ts b/src/WebView.styles.ts index 2bc2ff9..8f5bbf0 100644 --- a/src/WebView.styles.ts +++ b/src/WebView.styles.ts @@ -26,7 +26,6 @@ const styles = StyleSheet.create({ hidden: { height: 0, flex: 0, // disable 'flex:1' when hiding a View - display: 'none', }, loadingView: { flex: 1,