mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 19:48:56 +08:00
Backed out changeset ce330012e84c
Summary: Fixes marketplace text rendering with nodes enabled Reviewed By: sriramramani Differential Revision: D3854613
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user