UNPKG

react-native-schedule-week-view

Version:
25 lines (22 loc) 437 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { alignItems: 'center', position: 'absolute', borderRadius: 0, flex: 1, overflow: 'hidden', }, touchableContainer: { flex: 1, alignSelf: 'stretch', }, description: { marginVertical: 8, marginHorizontal: 2, color: '#fff', textAlign: 'center', fontSize: 15, }, }); export default styles;