You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a component called Curve Header that pretty much creates a header in a shape of a svg. I successfully created one for Pixel 4 phone, however, When I tried to open the component in a Pixel 2 Screen it is out of scale and I couldn't figure out what is wrong with it.
Picture below is what the header component should look like:
However, I received this result on a Pixel 2 phone
You probably need to change the view box with the width of the device, or scale the entire SVG up. This does not seem like a bug with the React Native SVG library.
Hello @aswinputra,
As @jupdike mentioned, this problem is not related to react-native-svg.
However, if you continue to experience any issues, please feel free to open a new one.
Hi,
I am in need of help from fellow developers
I have created a component called Curve Header that pretty much creates a header in a shape of a svg. I successfully created one for Pixel 4 phone, however, When I tried to open the component in a Pixel 2 Screen it is out of scale and I couldn't figure out what is wrong with it.
Picture below is what the header component should look like:
However, I received this result on a Pixel 2 phone
Can someone please help me figure out what is wrong?
Thanks
The text was updated successfully, but these errors were encountered: