UNPKG

react-native-schedule-week-view

Version:
23 lines (20 loc) 393 B
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, }, }); export default styles;