christopherdro/react-native-calendar
GitHub で見るInconsistency in passing value to callbacks
Open
#54 opened on 2016年7月19日
enhancementhelp wanted
説明
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.