react-native-week-view
Version:
Week View Calendar for React Native
19 lines (16 loc) • 325 B
JavaScript
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;