Allow for `<Touchable>` components to wrap `SVGKView` 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.
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.