react-native-week-view
Version:
Week View Calendar for React Native
19 lines (16 loc) • 322 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
title: {
flex: 0,
justifyContent: 'center',
alignItems: 'center',
borderBottomWidth: 1,
borderColor: 'black',
},
text: {
fontSize: 12,
textAlign: 'center',
color: 'black',
},
});
export default styles;