You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the same issue in a PressableScale card component, containing multiple buttons. Parent and child onPress events are triggered.
Also when using a PressableScale button in a TouchableOpacity container, when pressing the PressableScale button it triggers the container's onPress as well.
This is not happening, when using just TouchableOpacity for card container and buttons.
If
PressableScale
wraps aTouchableOpacity
for example, the touch event is captured by both. It should only be captured by the child.The text was updated successfully, but these errors were encountered: