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
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Allow for
<Touchable>components to wrapSVGKViewelements.Currently, you need to wrap the
SVGKViewelement with a component that supports touch events (eg:<View>).The default behavior would be identical to wrapping with a
<View>component.If it's not too hard, we could consider adding hit detection on the SVG paths.