Skip to content

Arrow and date cells dim on press after updating React Native #2734

@MohiAssaf

Description

@MohiAssaf

After updating React Native, the arrows and day cells in react-native-calendars are dimming when pressed. This happens because the internal TouchableOpacity wrappers now apply a dimming effect unless activeOpacity is explicitly set to 1.

Environment:

react-native-calendars version: 1.1313.0

React Native version: 0.81.4

Platform: iOS / Android

Potential Solution:
Add activeOpacity={1} to the internal TouchableOpacity wrappers for arrows and day cells to prevent the dimming effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions