Replies: 3 comments 4 replies
-
This is very cool, thank you! I'm trying to set it up and I can't make it work for the life of me..I have experience with React but not so much with react-native. I also made this code sandbox example. I'm not sure it should work on the web anyway as the blog post doesn't directly mention it any tips? EDIT: got it to work. I stumbled in this line of code and found out I had to have Fabric enabled maybe that's obvious for someone more familiar with react-native ecosystem, still, I think it'd be nice to mention that in the blog post.. Thank you all |
Beta Was this translation helpful? Give feedback.
-
I am wondering if this will work with an Expo app or if I am just doing something wrong. I went through the process of setting the feature flags in JS, Android, and iOS. I was able to add them to a component and then no events. The other weirdness I ran into was I am not sure if the types are correct, because with TypeScript, it wouldn't allow me to add the I don't know all the ins and out of Expo. I was just thinking maybe because of Expo Go, that I couldn't set those feature flags natively. I normally don't use Expo, but I am writing a tutorial on pointer events and it was easy to get started that way. |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for all your hard work! Glad to see RN striving to keep up with the blurring of lines between desktop and mobile. The "onClick" functionality will be especially fundamental to our app. We need to trigger certain events via mouse click, that arent triggered by tapping, so I'm hoping this will be implemented soon. |
Beta Was this translation helpful? Give feedback.
-
Discussion dedicated to Pointer Events as announced in this blog post.
If you have any questions or feedback on this work, let's discuss!
Beta Was this translation helpful? Give feedback.
All reactions