react-native-web
react-native-web copied to clipboard
Export useHover hook
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!