UNPKG

react-native-video-zoom-control

Version:

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

12 lines 248 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ timer: { maxWidth: 160 }, timerText: { backgroundColor: 'transparent', color: '#FFF', fontSize: 11 } }); //# sourceMappingURL=styles.js.map