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 has been archived by the owner on Nov 11, 2024. It is now read-only.
Allow for
<Touchable>
components to wrapSVGKView
elements.Currently, you need to wrap the
SVGKView
element 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.
The text was updated successfully, but these errors were encountered: