Files
jitsi-meet/react/features/base/aspect-ratio/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

7 lines
138 B
JavaScript

export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './constants';
import './reducer';