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.