【发布时间】:2020-05-01 21:16:52
【问题描述】:
我正在尝试制作一个带有日历和其他内容的页面。我正在使用 wix/react-native-calendars 并且无法更改日历的高度。当我输入高度时,我希望它只是剪掉日历。
<CalendarList
horizontal={true}
pagingEnabled={true}
style={{height: SCREEN_HEIGHT * 0.4}}
/>
【问题讨论】:
标签: react-native react-native-calendars