0

嗨我正在使用这个包

import CalendarPicker from 'react-native-calendar-picker';

使成为

<CalendarPicker
  onDateChange={this.onDateChange}
  startFromMonday={true}
  customDatesStyles={this.customDatesStylesCallback}
  allowRangeSelection
  onMonthChange={this.monthChange}
  todayBackgroundColor="#E6E6E6"
  selectedDayTextColor="#FFFFFF"
/>;

它非常易于使用。

我可以选择范围presisng start day and after day 然后它会像这样 图像1

img2

按 2 次选择。

我只需要像按下开始日一样工作,然后通过滑动手指选择第二天。

那可能吗。谢谢

4

0 回答 0