vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 335 forks source link

Feat touchable <polygon> and onPolygonPress prop #177

Closed drash-course closed 2 years ago

drash-course commented 5 years ago

Hi Vault!

Here is a contribution to your amazing lib. It allows you to make <polygon> tags touchable on a case-by-case basis by setting the touchable property on the tag in XML.

There is also a prop to call back on when a polygon is touched.

drash-course commented 2 years ago

Closing since there seems to be no interest.