Charanor / react-native-highlight-overlay

A tinted overlay that allows one or more elements to be highlighted (non-tinted).
MIT License
41 stars 6 forks source link

Nothing is clickable #17

Open LeonelRiera opened 1 year ago

LeonelRiera commented 1 year ago

I can't click neither content inside HighlightableElement nor trigger the onDismiss function. The only way that works is setting clickthroughHighlight: false in options of HighlightableElement, but loses functionality (but at least onDismiss works). Otherwise nothing at all is clickable. Am I missing something? Visually looks great