React-native-calendars: onDayPress not highlighting day?

Created on 29 Jun 2018  路  2Comments  路  Source: wix/react-native-calendars

I have simply placed calendar in one of my app screens:

onDayPress={(day) => {
console.log('selected day', day);

      }}
       />

Expected Behavior

I thought a pressed day would highlight with blue by default as seen in the GIF screenshots

Observed Behavior

Console log is working, so onDayPress is definitely registering, but the pressed day does not highlight.

Environment

[email protected]
[email protected]

Also specify:

  1. Phone/emulator/simulator & version: expo 2.5.2

Most helpful comment

This bug still happen

All 2 comments

I see, copied code from example project

This bug still happen

Was this page helpful?
0 / 5 - 0 ratings

Related issues

srichallamalla935 picture srichallamalla935  路  4Comments

joaosauer picture joaosauer  路  4Comments

matieux picture matieux  路  4Comments

ercpereda picture ercpereda  路  4Comments

dobiedad picture dobiedad  路  4Comments