Files
jitsi-meet/react/features/base/aspect-ratio/components/index.js
paweldomas c0a7d6144a feat: display filmstrip on the short side
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.
2017-11-07 08:28:18 -06:00

3 lines
108 B
JavaScript

export * from './AspectRatioAware';
export { default as AspectRatioDetector } from './AspectRatioDetector';