mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:57:49 +00:00
Adds the ability to detect app area's aspect ratio on react-native through the features/base/aspect-ratio. Makes conference, filmstrip and toolbox react to the aspect ratio changes and display filmstrip on the shorter side of the screen.
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
export * from './AspectRatioAware';
|
|
export { default as AspectRatioDetector } from './AspectRatioDetector';
|