UNPKG

@anatolyk/react-native-week-view

Version:
27 lines (24 loc) 512 B
import { WIDTH } from '@anatolyk/react-native-week-view/src/utils'; import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { flexDirection: 'row', flex: 1, justifyContent: 'space-between', }, columns: { flex: 1, flexDirection: 'row', }, column: { flex: 1, alignItems: 'center', justifyContent: 'center', borderTopWidth: 1, borderLeftWidth: 1, }, headerContainer: { alignItems: 'center', } }); export default styles;