在创建帖子时,它是星期五 30 日。出于某种原因,我的日历将这一天显示为星期六:
我的日历代码:
<Calendar
style={{width: Dimensions.get('screen').width - 10}}
theme={{
selectedDayBackgroundColor: '#00adf5',
selectedDayTextColor: '#ffffff',
dotColor: '#00adf5',
}}
onDayPress={this.onDaySelect}
markedDates={this.state.markedDates}
markingType="single"
minDate={minDate}
maxDate={maxDate}
disableAllTouchEventsForDisabledDays={true}
/>