Commit 0d58c52
Add pointerEvents none to ReferralProgramCTA text wrapper
The aria-hidden View wrapping RenderHTML absorbs touch events,
preventing taps on the text from reaching the underlying absolute-
positioned PressableWithoutFeedback. Adding pointerEvents="none"
lets all touches pass through to the CTA pressable underneath.
Co-authored-by: ahmedGaber93 <ahmedGaber93@users.noreply.github.com>1 parent 03023c1 commit 0d58c52
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments