react-native-highlight-overlay icon indicating copy to clipboard operation
react-native-highlight-overlay copied to clipboard

A tinted overlay that allows one or more elements to be highlighted (non-tinted).

Results 8 react-native-highlight-overlay issues
Sort by recently updated
recently updated
newest added

As the title states, is it possible for us to pass things to the highlight overlay? For example, we may want to show some components to tell the user what...

enhancement

I'm setting every tab bar icon with HighlightableElement tag. The HighlightableElementProvider and HighlightContextConsumer tags are in App.tsx. When app loads for the first time, the header text doesn't dismiss, reloading...

bug

While attempting to display an overlay on a flat list item, I was not able get the click through working. Setting clickthroughHighlight to false lets us trigger the onDismiss method....

bug

I'm trying to implement an overlay tutorial with highlighting on different components of a scrollable home page. When scrolling the home page (using a combination of scroll view reference and...

bug
question

Hello, thank you for fixing the overlay flickering :) I found another issue: When highlighting occurs, UI changes are bugged. In this repro, changing the screens will work, but will...

bug

I've just implemented the overlay and it runs perfectly on iOS. However on Android, the placement of the highlight is off on Android upon loading my app... However if I...

It would be nice to add option to highlight multiple elements at the same time. e.g. HighlightOverlay would take array of ids, or if there are multiple HighlightableElement with same...

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...