-
Notifications
You must be signed in to change notification settings - Fork 31
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.73] No hover effect after integrating into the existing project #160
Comments
I think you may need to pass the style prop |
hey @Saadnajmi it is applied by default according to the react-native-visionos docs. And I can see hover effect in a new project. |
Hey, I've just checked it with the latest version and everything works as expected. Im going to try with 0.73 now! |
So it looks like React Native 0.73 (upstream) doesn't have this PR cherry-picked which prevents the metro resolver from being called: facebook#41697 I'm afraid cherry-pick back to 0.73 won't be possible but I'll see what I can do. In the meantime, you can add |
hey @okwasniewski I tried to add |
We've made many upstream improvements for React Native 0.74, so I highly recommend updating. I've checked, and indeed, it's not working for 0.73. Let's keep this issue open until it gets fixed. Let me know if the update resolves this issue for you. |
Yes, I can see hover effect in 0.74.4. hover_effect_0.74.4.mov |
Hey, Unfortunately, we are going to close this issue as React Native 0.76 is just around the corner cutting the support for 0.73. Hopefully, the upgrade went smoothy for you! |
Description
We intend to integrate vision os to our existing project. We followed the docs but we cannot see the hover effect.
Steps to reproduce
React Native Version
0.73.12
Affected Platforms
Other (please specify)
Output of
npx react-native info
Reproducer
https://github.com/duguyihou/AwesomeProject
Screenshots and Videos
no_hover_effect.mov
The text was updated successfully, but these errors were encountered: