You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we don't implement RNNativeViewHandler on macOS. This is quite important, because compotents like GH button require this handler to work. It is not as simple as it is on iOS, as there is no addTarget method in NSControl.
The second thing to consider here are methods pointInside and hitTest in RNGestureHandlerButton.m. It seems that the signature differs between iOS and macOS, so we need to override the correct methods.
Steps to reproduce
Snack or a link to a repository
Gesture Handler version
React Native version
Platforms
MacOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered:
Description
Right now, we don't implement RNNativeViewHandler on macOS. This is quite important, because compotents like GH button require this handler to work. It is not as simple as it is on iOS, as there is no
addTarget
method in NSControl.The second thing to consider here are methods
pointInside
andhitTest
inRNGestureHandlerButton.m
. It seems that the signature differs between iOS and macOS, so we need to override the correct methods.Steps to reproduce
Snack or a link to a repository
Gesture Handler version
React Native version
Platforms
MacOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: