Questions tagged [react-native-svg]

Use for react-native-svg, a JavaScript library to use\write SVG images in react-native

react-native-svg is a JavaScript library that provides both iOS and Android to be able to use\write SVG images in react-native. SVG or Scalable Vector Graphics are a kind of images that are produced by using XML scripts. This makes the images to be able to be indexed, searched and compressed. These images are interactive due to the scripts, and can also be animated thus.

https://www.npmjs.com/package/react-native-svg

275 questions
0
votes
2 answers

Convert svg to react-native svg

I have the following svg code and I want to convert it to react-native-svg. How is it done correctly?
johntanquinco
  • 1,213
  • 2
  • 11
  • 18
0
votes
1 answer

How to give gradient to text in horizontal direction react-native-svg

I was trying to add gradient to the text in my react-native project using react-native-svg
user7556131
0
votes
1 answer

Make a chart clickable when placed under another SVG

I am having trouble working with some SVG in React Native. I have a chart that is clickable and works well, I then needed to place another SVG on top of the chart in order to draw a line that would represent a limit score value. The problem that I…
-1
votes
1 answer

Can't click item inside SVG

I'm having very weird behavior with React-native-svg, for example i have sample circle like this:
CODEforDREAM
  • 863
  • 1
  • 8
  • 24
1 2 3
18
19