UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

20 lines (18 loc) 338 B
import {StyleSheet} from 'react-native'; export const _styles = { player: StyleSheet.create({ container: { overflow: 'hidden', backgroundColor: '#000', flex: 1, }, video: { overflow: 'hidden', position: 'absolute', top: 0, right: 0, bottom: 0, left: 0, }, }), };