BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
944 stars 327 forks source link

[Android] When click on any date that date disappears #294

Closed LalitKushwah closed 3 years ago

LalitKushwah commented 3 years ago

Hello, I found one abnormal behaviour in android phone, when I click on date that date disappear when click on another date previously clicked date started showing but recent date gets invisible. Please have a look at below screenshots and code snippets

Screenshot 2021-05-05 at 12 15 34 PM Screenshot 2021-05-05 at 12 15 53 PM
LalitKushwah commented 3 years ago

This is not an issue just came to know following props were missing: highlightDateNumberStyle={{ color: '' }} highlightDateNameStyle={{ color: '' }}

Screenshot 2021-05-05 at 12 35 12 PM
LalitKushwah commented 3 years ago

Closing this issue, not deleting for future reference