UNPKG

react-native-video-zoom-control

Version:

A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.

31 lines 568 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { alignItems: 'center', justifyContent: 'flex-start', flexDirection: 'row', height: 1, marginLeft: 20, marginRight: 20, width: 150 }, track: { backgroundColor: '#333', height: 1, marginLeft: 7 }, fill: { backgroundColor: '#FFF', height: 1 }, handle: { position: 'absolute', marginTop: -24, marginLeft: -24, padding: 16 }, icon: { marginLeft: 7 } }); //# sourceMappingURL=styles.js.map