mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-17 05:29:29 +08:00
This patch ports the 'useHover' hook to React Native for Web, providing hover state that is scoped to a pressable and does not bubble to ancestor pressables. This behavior aligns with the behavior of the focus and press states. Fix #1708