mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:47:47 +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.
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './components';
|
|
export * from './constants';
|
|
|
|
import './reducer';
|