0

I'm using SVG as my login page logo. I want to display it at the top of the screen with the margin of '10' from the top, I tried to fix it but it doesn't seem to work. Is there any way to fix this? Kindly Help

The Dude
  • 41
  • 5

1 Answers1

1

If you are using react-native-svg-transformer you can pass it a style property just like with any other React Element.

Otherwise, you could wrap a View around it and style it instead.

Pedro Feltrin
  • 438
  • 2
  • 8