'react native event response is incorrect

React native event response is incorrect when component stacks.
When i click on red rectangle area, output is 'Th', but i expect is 'Mo'.
I try dynamic calc week by nativeEvent.pageX in onPress event, it's ok.
Is there any other way?

demo link

enter image description here

real app show:

enter image description here



Solution 1:[1]

It is because of width of your holiday event view.

Just remove left from your holiday style and it should look good.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ravi