UNPKG

react-native-plain-calendar

Version:
16 lines (14 loc) 269 B
import { StyleSheet } from 'react-native'; export const s = StyleSheet.create({ dayContainer: { flex: 1, justifyContent: 'center', alignItems: 'stretch', }, week: { margin: 0, padding: 0, flexDirection: 'row', width: '100%', }, });