jiti-meet/react/features/large-video/components
Saúl Ibarra Corretgé 1419247801 [RN] Dynamically adjust LargeView's Avatar to available size
When in PiP mode the LargeView will not be large enough to hold the avatar (for
those interested in the details, our avatar's size is 200, and in PiP mode the
app is resized to about 150).

In order to solve it, this PR refactors how the avatar style is passed along,
reducing it to a single "size" prop. With this only prop, the Avatar compononent
will compute the width, height and borderRadius, plus deal with some Android
shenanigans.

In addition, the LargeView component now uses DimensionsDetector to check its
own size and adjust the size prop passed to the Avatar component as needed.
2018-02-13 09:58:43 -06:00
..
LargeVideo.native.js [RN] Dynamically adjust LargeView's Avatar to available size 2018-02-13 09:58:43 -06:00
LargeVideo.web.js fix(large-video): do not show background for Firefox and temasys (#2316) 2018-02-12 16:29:29 -08: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 fix(large-video): do not show background for Firefox and temasys (#2316) 2018-02-12 16:29:29 -08:00
index.js fix(large-video): do not show background for Firefox and temasys (#2316) 2018-02-12 16:29:29 -08:00
styles.js [RN] Dynamically adjust LargeView's Avatar to available size 2018-02-13 09:58:43 -06:00