Week calendar component  
[(code example)](https://github.com/wix/react-native-calendars/blob/master/example/src/screens/expandableCalendar.tsx)
:::info
This component extends **[CalendarList](https://github.com/wix/react-native-calendars/blob/master/src/calendar-list/index.tsx)** props.
:::

<div style={{display: 'flex', flexDirection: 'row', overflowX: 'auto', maxHeight: '500px', alignItems: 'center'}}><img style={{maxHeight: '420px'}} src={'https://github.com/wix/react-native-calendars/blob/master/demo/assets/week-calendar.gif?raw=true'}/>

</div>

## API

### allowShadow

Whether to have shadow/elevation for the calendar  
<span style={{color: 'grey'}}>boolean</span>

### hideDayNames

Whether to hide the names of the week days  
<span style={{color: 'grey'}}>boolean</span>
