代码:
<CalendarPicker
minDate={minDate}
weekdays={['Su', 'M', 'T', 'W', 'Th', 'F', 'S']}
todayBackgroundColor="#979797"
selectedDayColor='#ff6c19'
selectedDayTextColor='#FFFFFF'
textStyle={{
fontFamily: 'HelveticaNeue',
color: 'rgb(96,96,96)'
}}
/>
</View>
从'react-native-calendar-picker'
导入CalendarPicker我已经在我的项目中实现了CalendarPicker。它运行正常.CalendarPicker显示当月的所有日期。如何更改CalendarPicker只显示当前周?任何帮助都会被预先提交。谢谢提前