【发布时间】:2021-12-12 10:47:40
【问题描述】:
【问题讨论】:
-
请提供足够的代码,以便其他人更好地理解或重现问题。
标签: react-native react-native-calendars
【问题讨论】:
标签: react-native react-native-calendars
日历组件可以接收主题道具。您可以通过以下方式:
theme={{ 'stylesheet.calendar.header': { header: { flexDirection: 'row', justifyContent: 'space-between', paddingLeft: 100, paddingRight: 100, marginTop: 6, alignItems: 'center' } } }}
或者您可以从帖子中获得帮助:https://morioh.com/p/026cbeaeb2a3
【讨论】: