react-native-calendar-kit
react-native-calendar-kit copied to clipboard
Indicator is not fully visible on Android
In my case it is a custom indicator but judging from your screenshots the little "dot" is also halved on Android when it gets behind the hour-column.
It seem that somehow the hour-column has a different zIndex on Android / iOS.
See here:
iOS:
Android:
Current workaround is to set the hourBackgroundColor to transparent, but then the hour labels float above the indicator, which is also not optimal.