react-native-video-zoom-control
Version:
A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.
21 lines • 430 B
JavaScript
import { StyleSheet } from 'react-native';
export const styles = StyleSheet.create({
container: {
backgroundColor: 'rgba( 0, 0, 0, 0.5 )',
position: 'absolute',
top: 0,
right: 0,
bottom: 0,
left: 0,
justifyContent: 'center',
alignItems: 'center'
},
icon: {
marginBottom: 16
},
text: {
backgroundColor: 'transparent',
color: '#f27474'
}
});
//# sourceMappingURL=styles.js.map