jiti-meet/react/features/large-video/components
Saúl Ibarra Corretgé bbb1dce42a [RN] Simplify styles which fill the parent view
Turns out React Native offers an object with the following definition:

{
    bottom: 0,
    left: 0,
    position: 'absolute',
    right: 0,
    top: 0
}
2018-05-23 14:30:22 +02:00
..
Labels.native.js feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
Labels.web.js feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
LargeVideo.native.js fix(testing): add TestHint for LargeVideo 2018-04-19 16:49:22 -05:00
LargeVideo.web.js feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
LargeVideoBackground.native.js fix(large-video): do not show background for Firefox and temasys (#2316) 2018-02-12 16:29:29 -08:00
LargeVideoBackground.web.js feat(large-video): background blur through canvas and feature flag 2018-05-01 17:11:25 -05:00
LargeVideoBackgroundCanvas.native.js feat(large-video): background blur through canvas and feature flag 2018-05-01 17:11:25 -05:00
LargeVideoBackgroundCanvas.web.js feat(large-video): background blur through canvas and feature flag 2018-05-01 17:11:25 -05:00
index.js feat(large-video): background blur through canvas and feature flag 2018-05-01 17:11:25 -05:00
styles.js [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00