fix: initialize PathView with empty path

This commit is contained in:
Kuba
2019-11-28 12:39:27 +01:00
parent 29dd8a43df
commit 45192bd086
@@ -24,6 +24,7 @@ class PathView extends RenderableView {
public PathView(ReactContext reactContext) {
super(reactContext);
PathParser.mScale = mScale;
mPath = new Path();
}
@ReactProp(name = "d")