Replies: 2 comments
-
@cltsang As soon as the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suggest using react-native-web-hooks providing the means of creating a workaround for the missing pseudo-classes required, with an example described by the author of this package Evan Bacon's gist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings.
I am trying to show a tooltip when the user's mouse hovers on a button. It's basically like Twitter web, where when you hover on a user's avatar, it pops up a little box showing a summary of the user's profile.
However, I can't seem to when the
Modal
display above the originalPressable
, it can't capture the hover event.Please take a look at my codesandbox
Can it be done in pure React Native web? Or if
Modal
cannot achieve this, is there another way?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions