Open
Description
Bug
I wanted to display an SVG image using SvgUri
component, and it shows me this error:
Environment info
Env: ios 13.1.3
Node version: v12.3.1
Yarn version: 1.19.1
Xcode: Version 11.1 (11A1027)
"react-native": "0.61.2",
"react-native-svg": "^9.12.0"
React native info output:
<SvgUri
uri={uri}
width="200"
height="200"
/>
I've tried to set pointerEvents="none", but it didn't work.
Any help?
Thanks in advance