react-native-easy-calendar
react-native-easy-calendar copied to clipboard
What is "" in Day Text-Component?
https://github.com/aryella-lacerda/react-native-easy-calendar/blob/91caab045ab8bc36e00143d953f6bd8444806a0b/src/Components/Day.tsx#L87
It creates extra space before the day number, so the problem is the selected day text does not look like in the center. (attached are both SS)
Current result:
Expected result:
Expected result:
this i edited in node_modules\react-native-easy-calendar\src\Components\Day.tsx file. @aryella-lacerda