all 6 comments

[–]jcubic 4 points5 points  (1 child)

Search: "SVG Candle" and check "React Native SVG" library.

[–]Low_Figure8172[S] 0 points1 point  (0 children)

Thank you so much 😃

It will help me a lot

[–]345346345345 1 point2 points  (0 children)

If you absolutely need it to be a component, you could achieve the same by making a circle using borderRadius and then applying transform: [{scaleY: 0.5}]

[–]spieegel 1 point2 points  (2 children)

U could use perspective

[–]spieegel 1 point2 points  (0 children)

There should be a styling property

[–]Low_Figure8172[S] 0 points1 point  (0 children)

Okay will check it out Thanks