UNPKG

react-native-media-console

Version:

A media player for the react-native-video component

21 lines 415 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { position: 'absolute', top: 0, right: 0, bottom: 0, left: 0, flexDirection: 'row', alignItems: 'center', justifyContent: 'center', zIndex: 99999 }, playContainer: { width: '10%', alignItems: 'center' }, play: {}, rewind: {} }); //# sourceMappingURL=styles.js.map