Backed out changeset ce330012e84c

Summary: Fixes marketplace text rendering with nodes enabled

Reviewed By: sriramramani

Differential Revision: D3854613
This commit is contained in:
Andrew Y. Chen
2016-12-19 13:40:33 -08:00
committed by Ahmed El-Helw
parent 3766ec9764
commit 4f1549c631
@@ -175,7 +175,7 @@ import com.facebook.react.uimanager.annotations.ReactProp;
Spacing padding = getPadding();
left += padding.get(Spacing.START);
left += padding.get(Spacing.LEFT);
top += padding.get(Spacing.TOP);
// these are actual right/bottom coordinates where this DrawCommand will draw.