Fix android text update #115

This commit is contained in:
Goran Gajic
2016-10-06 15:42:29 +02:00
parent a89a897e25
commit b1b9aef32b
@@ -53,6 +53,7 @@ public class RNSVGTextShadowNode extends RNSVGPathShadowNode {
@ReactProp(name = "frame")
public void setFrame(@Nullable ReadableMap frame) {
mFrame = frame;
markUpdated();
}
@ReactProp(name = "alignment", defaultInt = TEXT_ALIGNMENT_LEFT)