mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 16:32:24 +00:00
setStrokeDash => setStrokeDasharray
This commit is contained in:
@@ -92,7 +92,7 @@ public class RNSVGPathShadowNode extends RNSVGVirtualNode {
|
||||
}
|
||||
|
||||
@ReactProp(name = "strokeDasharray")
|
||||
public void setStrokeDash(@Nullable ReadableArray strokeDasharray) {
|
||||
public void setStrokeDasharray(@Nullable ReadableArray strokeDasharray) {
|
||||
|
||||
mStrokeDasharray = PropHelper.toFloatArray(strokeDasharray);
|
||||
if (mStrokeDasharray != null && mStrokeDasharray.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user