From 3c0fd0d6ba7acde6119487bcfa7eca0215bb44d7 Mon Sep 17 00:00:00 2001 From: Stephan Seidt Date: Wed, 16 Dec 2015 23:18:49 +0100 Subject: [PATCH] Set backgroundColor to transparent by default --- src/BlurView.js | 10 +++++++++- src/VibrancyView.js | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/BlurView.js b/src/BlurView.js index 3d0c735..99a08c1 100644 --- a/src/BlurView.js +++ b/src/BlurView.js @@ -6,7 +6,15 @@ const { class BlurView extends Component { render() { - return ; + return ( + + ); } } diff --git a/src/VibrancyView.js b/src/VibrancyView.js index 7128e4c..2f9f3d4 100644 --- a/src/VibrancyView.js +++ b/src/VibrancyView.js @@ -6,7 +6,15 @@ const { class VibrancyView extends Component { render() { - return ; + return ( + + ); } }