christopherdro/react-native-calendar
在 GitHub 查看Inconsistency in passing value to callbacks
Open
#54 建立於 2016年7月19日
enhancementhelp wanted
倉庫指標
- Star
- (544 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
I spotted inconsistency in callback values. Namely these:
onSwipePrep and onSwipeNext receive moment instance.
onDateSelected receives date in plain string format.
Unifying this issue is essentially a breaking change, but it would be nice to be consistent.