forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
Description
Environment
react-native -v: 15.0.1
npm ls react-native-macos: : 0.76.4
node -v: 18.20.5
npm -v: 10.8.2
yarn --version: 1.22.1
xcodebuild -version: Xcode 16.1 (Build version 16B40)
Steps to reproduce the bug
I am trying to implement a style effect triggered when the mouse hovers over an item.
However, I’ve encountered a challenge because the onHoverIn and onHoverOut hooks do not seem to be implemented at the moment (The same implementation was working on previous architecture).
Questions:
- Are there any plans to add support for onHoverIn and onHoverOut hooks in future updates?
- If not, is there a recommended workaround to achieve similar hover effects using the current functionalities available?
I would appreciate any guidance or suggestions you might have. Thank you!
Expected Behavior
No response
Actual Behavior
No response
Reproducible Demo
No response
Additional context
No response