123456789101112131415 |
- import { createStyleSheet } from '../../styles';
-
- /**
- * The style of the avatar and participant view UI (components).
- */
- export const styles = createStyleSheet({
- /**
- * ParticipantView style.
- */
- participantView: {
- alignItems: 'stretch',
- flex: 1,
- justifyContent: 'center'
- }
- });
|