<Svg>
<View ref={ref} />
</Svg>
ref.setNativeProps() was working in v9.5.1 but not working in v11.0.1
Can you make a full reproduction?
:tada: This issue has been resolved in version 12.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I'm trying to use setNativeProps() on a Ellipse, but it doesn't exist. I'm using react-native-web and the latest react-native-svg (12.1). I just noticed this question was about a ref to a View inside Svg, but still curious.
Most helpful comment
I'm trying to use setNativeProps() on a Ellipse, but it doesn't exist. I'm using react-native-web and the latest react-native-svg (12.1). I just noticed this question was about a ref to a View inside Svg, but still curious.