react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

Export useHover hook

Open elliotdickison opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I'd like to add hover effects to non-Pressable items (specifically we've got a swipeable carousel and we'd like to show arrows on hover on desktop where horizontal scrolling is less intuitive).

Describe a solution you'd like

Exporting the existing useHover hook would be perfect.

Describe alternatives you've considered

Copying the source of the hook, building our own alternative, or jerry-rigging some CSS.

Additional context

That's about it!

elliotdickison avatar Nov 26 '21 17:11 elliotdickison