如何使用 react-native 日历条仅显示当前日期 +1 和 -1 天。
Ex- 19 20 21 而不是其他日期
我正在使用 react-native-calendar-strip
<CalendarStrip
calendarAnimation={{type: 'sequence', duration: 30}}
daySelectionAnimation={{
type: 'background',
duration: 300,
highlightColor: '#ccc',
}}
style={{
height: ResponsiveHeight(100),
paddingTop: ResponsiveHeight(20),
paddingBottom: ResponsiveHeight(10),
}}
calendarHeaderStyle={{color: 'black'}}
calendarColor={'#FFED49'}
dateNumberStyle={{color: 'black'}}
dateNameStyle={{color: 'black'}}
calendarHeaderContainerStyle={{marginTop: ResponsiveHeight(-20)}}
datesWhitelist={datesWhitelist}
/>