浏览代码

[RN] Fix the visibility of the local video on the WelcomePage

j8
Lyubo Marinov 8 年前
父节点
当前提交
ed53f54628
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      react/features/welcome/components/styles.js

+ 1
- 3
react/features/welcome/components/styles.js 查看文件

88
      * <tt>LocalVideoTrackUnderlay</tt>.
88
      * <tt>LocalVideoTrackUnderlay</tt>.
89
      */
89
      */
90
     localVideoTrackUnderlay: fixAndroidViewClipping({
90
     localVideoTrackUnderlay: fixAndroidViewClipping({
91
-        alignItems: 'center',
92
         alignSelf: 'stretch',
91
         alignSelf: 'stretch',
93
         backgroundColor: 'transparent',
92
         backgroundColor: 'transparent',
94
-        flex: 1,
95
-        justifyContent: 'center'
93
+        flex: 1
96
     }),
94
     }),
97
 
95
 
98
     /**
96
     /**

正在加载...
取消
保存