python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
react-native-svg - Marker / Line markerEnd doesn't work on Android
Simply trying to draw an arrow line using the following code
import * as React from 'react';
import { Text, View, StyleSheet } from 'react-native';
import Svg, { Defs, Line, Marker, Path } from "...
iphonic
Votes: 0
Answers: 2
react-native-svg - Fill overlapped area of two ellipses
We are using react-native-svg library to draw ellipses having following code
<Svg>
<Ellipse cx={192} cy={190} rx={50} ry={80} stroke={"red"} strokeWidth="2"/>
...
iphonic
Votes: 0
Answers: 1
Draw a cured with style dashed in React Native
I'm trying draw a curved with style is dahsed like the picture below
I'm using component Line in react-native-svg but only get the result as shown below
How can draw curves? Many thanks !
a programer
Votes: 0
Answers: 1
react-native-svg chart, moving cursor along has a delay
I'm trying to move a dot along my svg chart following the user's thumb on the screen, however, I am getting an offset when doing so, which means it won't follow the user's thumb but instead will alway...
Hugo
Votes: 0
Answers: 0