From ed53f54628efe61633afbf46368c8721c7f11c5d Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Wed, 6 Sep 2017 08:22:39 -0500 Subject: [PATCH] [RN] Fix the visibility of the local video on the WelcomePage --- react/features/welcome/components/styles.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/react/features/welcome/components/styles.js b/react/features/welcome/components/styles.js index 660a3fe74..4209c9005 100644 --- a/react/features/welcome/components/styles.js +++ b/react/features/welcome/components/styles.js @@ -88,11 +88,9 @@ export default createStyleSheet({ * LocalVideoTrackUnderlay. */ localVideoTrackUnderlay: fixAndroidViewClipping({ - alignItems: 'center', alignSelf: 'stretch', backgroundColor: 'transparent', - flex: 1, - justifyContent: 'center' + flex: 1 }), /**