Replies: 2 comments
-
Hello @jyothine , can you create a repo with a simple reproduction of that problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this as it's a duplicate of #2448 and Issues are a better place to track this type of problem. Please feel free to follow the discussion there. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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