I'm submitting a ... (check one with "x")
Current behavior:
As soon as I set a minimum date value (native date), on a RangeDatepicker, the pager starts acting weird, you can't page the months.

Expected behavior:
Pager should work like it does when no minimum date value is set.

Steps to reproduce:
Related code:
const minStartDate = new Date();
minStartDate.setHours(0, 0, 0, 0);
<RangeDatepicker
min={minStartDate}
range={range}
onSelect={this.onSelect}
/>
Add the ability to change the first day of the week, currently it's always Sunday, but it would be nice to have Monday as the first day of the week.
OS, device, package version
React Native v0.61.1 on iPhone 11 Pro simulator 11.1.
React Native UI Kitten v4.2.0.
Hi 馃憢 Thanks for reporting this. Investigating
@kevinbuyck I guess the fix will be available soon as we plan to release beta
@kevinbuyck glad to say the fix for navigation between months and start day of week feature are available. Try updating to beta
npm i react-native-ui-kitten@beta @eva-design/eva@beta
@artyorsh I will check it out later today or tomorrow. Nice!