jiti-meet/react/features/base/media/components/native/styles.js

16 lines
224 B
JavaScript

import { StyleSheet } from 'react-native';
/**
* Make {@code Video} fill its container.
*/
const video = {
flex: 1
};
/**
* The styles of the feature base/media.
*/
export default StyleSheet.create({
video
});