Replies: 1 comment
-
Hello @jyothine , can you create a repo with a simple reproduction of that problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting black screen when we don't add opacity to props
<Svg
height="50%"
width="50%"
viewBox="0 0 100 100"
If we add opacity we see white screen but no circle is displayed
<Svg
height="50%"
width="50%"
viewBox="0 0 100 100"
opacity={0}
react-native - "0.74.1"
react-native-svg - "15.3.0",
Beta Was this translation helpful? Give feedback.
All reactions