react-native-schedule-week-view
Version:
Week View Calendar for React Native
25 lines (22 loc) • 437 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
container: {
alignItems: 'center',
position: 'absolute',
borderRadius: 0,
flex: 1,
overflow: 'hidden',
},
touchableContainer: {
flex: 1,
alignSelf: 'stretch',
},
description: {
marginVertical: 8,
marginHorizontal: 2,
color: '#fff',
textAlign: 'center',
fontSize: 15,
},
});
export default styles;