Moti Pressable OnPress #239
Unanswered
karmatradeDev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
it’s possible that the event isn’t getting passed down properly. what platform is this issue on? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
situation: i have a modal and it has a motiPressable as a child when i click the pressable buttons behind it gets clicked that is behind the modal. i usually fix this problem by using e.stopPropagation in onPress method of pressable. motiPressable doesnt have an event param in its on press function. has anyone encountered a work around? i'm convinced i/m missing something.
Beta Was this translation helpful? Give feedback.
All reactions