1

I am trying to use Line element from react-native-svg however it does not appear when I use iOS but does appear on Android operating systems. Any suggestions? Thank you in advance

arec
  • 91
  • 1
  • 5
  • Whoever upvoted this, please review the description of the upvoting privilege. I think you are abusing it. Please understand that upvoting an information-scarce question like this sheds an unfavorable light on this post and its author. It risks getting this inexperienced new user into undeserved trouble. – Yunnosch Apr 14 '22 at 13:02

1 Answers1

0

Make sure that the Line element is wrapped in <Svg> with width and height defined.

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
BLS
  • 111
  • 1
  • 6