[RN] Fix the visibility of the local video on the WelcomePage
This commit is contained in:
parent
9833965a27
commit
ed53f54628
|
@ -88,11 +88,9 @@ export default createStyleSheet({
|
|||
* <tt>LocalVideoTrackUnderlay</tt>.
|
||||
*/
|
||||
localVideoTrackUnderlay: fixAndroidViewClipping({
|
||||
alignItems: 'center',
|
||||
alignSelf: 'stretch',
|
||||
backgroundColor: 'transparent',
|
||||
flex: 1,
|
||||
justifyContent: 'center'
|
||||
flex: 1
|
||||
}),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue