【问题标题】:React-native-calendars initialDate showing on each monthReact-native-calendars initialDate 显示在每个月
【发布时间】:2023-01-04 15:49:59
【问题描述】:

当我给出一个初始日期时,它会在日历上标记为所有月份,我该如何避免这种情况?

<Agenda
          items={items}
          loadItemsForMonth={loadItems}
          current={'2022-10-28'}
          showClosingKnob={true}
          renderItem={renderItem}
          theme={{
            dotColor: "#22F460", 
          }}
          markingType={'custom'}
          markedDates={marked}
      />

【问题讨论】:

    标签: react-native react-native-calendars


    【解决方案1】:

    用 CalendarProvider 包装 Agenda 并添加日期 prop = ""

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-02-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多