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

This commit is contained in:
Lyubo Marinov 2017-09-06 08:22:39 -05:00
parent 9833965a27
commit ed53f54628
1 changed files with 1 additions and 3 deletions

View File

@ -88,11 +88,9 @@ export default createStyleSheet({
* <tt>LocalVideoTrackUnderlay</tt>.
*/
localVideoTrackUnderlay: fixAndroidViewClipping({
alignItems: 'center',
alignSelf: 'stretch',
backgroundColor: 'transparent',
flex: 1,
justifyContent: 'center'
flex: 1
}),
/**