@8man/react-native-media-console
Version:
Controls for react-native-video
31 lines • 609 B
JavaScript
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%'
}
});
//# sourceMappingURL=styles.js.map