I'm trying to make a page with a calendar and some other stuff under it. I'm using wix/react-native-calendars and I can't change the height of the calendar. When I put the height I'd like it to be it just cut the calendar instead.
<CalendarList
horizontal={true}
pagingEnabled={true}
style={{height: SCREEN_HEIGHT * 0.4}}
/>