UNPKG

react-native-plain-calendar

Version:
18 lines (16 loc) 318 B
import { StyleSheet } from 'react-native'; export const s = StyleSheet.create({ weekContainer: { margin: 0, padding: 0, flexDirection: 'row', width: '100%', }, dayContainer: { flex: 1, paddingVertical: 10, height: 40, justifyContent: 'center', alignItems: 'center', }, });