UNPKG

react-native-week-view

Version:
19 lines (16 loc) 325 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', borderLeftWidth: 1, borderBottomWidth: 1, borderColor: 'black', }, text: { fontSize: 12, color: 'black', }, }); export default styles;