This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Description
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.