-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.76.4] View : onHoverIn / onHoverOut not implemented? #2313
Comments
I think they're implemented on pressable, and on view you get "onMouseEnter" and "onMouseLeave". Same callback, but different names. Pressable is the cross platform component with better cross platform names while View is a lil more low level names |
I am using these methods and have a custom Button component with the following implementation, but I didn’t manage to see any logs or hover effects when interacting with it. I will try share a reproducible example on a blank project
|
I upgraded to |
A question, are people creating new macOS projects using |
Yes. Yesterday, I tried creating a new |
Environment
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:
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
The text was updated successfully, but these errors were encountered: