0

我有一个问题。对于我的 react-native 项目,我使用 react-native-calendars,我需要能够计算日历中选定天数。我阅读了该库的文档,但没有找到解决方案。有谁知道如何做到这一点?  

4

1 回答 1

0

应该有一个可以实现的 onDayPress

<CalendarList
onDayPress={(day) => {console.log('push day to array')}} />
于 2020-09-15T08:59:55.033 回答