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
});