UNPKG

@8man/react-native-media-console

Version:
32 lines (30 loc) 581 B
import {StyleSheet} from 'react-native'; export const styles = StyleSheet.create({ row: { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', }, column: { flexDirection: 'column', alignItems: 'center', justifyContent: 'space-between', }, vignette: { resizeMode: 'stretch', }, control: { padding: 16, opacity: 0.6, }, text: { backgroundColor: 'transparent', color: '#FFF', fontSize: 18, fontWeight: '600', textAlign: 'center', }, seekBarContainer: { width: '100%', }, });