I'm trying to use ExpandableCalendar from https://github.com/wix/react-native-calendars
my App set to RTL ReactNative.I18nManager.allowRTL(true); ReactNative.I18nManager.forceRTL(true);
when the calendar is expanded and I'm trying to change the month it doesn't show new dates of next month or prev month, it's just showing name of the month that different from the header month.
however setting RTL to false fixes the problem. is there some solution without setting RTL to false?
image after changing month by swiping right/left or by clicking on arrows to change month: