mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
Fix android text update #115
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user