React-native-calendars: marking prop is missing in custom calendar day

Created on 16 Dec 2020  路  6Comments  路  Source: wix/react-native-calendars

When upgraded from version 1.313 to version 1.742.0, calendar day custom component stopped from receiving marking prop and broke the app.

Most helpful comment

'[email protected]' also have the same issue. better lock the version for safety.
=> yarn add [email protected] seems a fine version for resolve this issue

All 6 comments

'[email protected]' also have the same issue. better lock the version for safety.
=> yarn add [email protected] seems a fine version for resolve this issue

Have same issue. I fixed it by downgrade to 1.403.0.
Hope this problem will be fixed in new version soon.

+1

+1 This was really painful to debug.

I鈥檓 having a similar problem, missing the onPress prop in my custom day component.

Some trial-and-error showed that this issue started appearing since version 1.830.0 on NPM. This seems to be caused by one of the commits from Dec 10, 2020.

As workaround, I installed the previous version 1.829.0 using npm install [email protected].

Is there a fix?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sonnguyenit picture sonnguyenit  路  3Comments

Yandamuri picture Yandamuri  路  4Comments

sommeshEwall picture sommeshEwall  路  3Comments

srichallamalla935 picture srichallamalla935  路  4Comments

akhilsanker picture akhilsanker  路  4Comments