mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 16:40:38 +00:00
Backed out changeset ce330012e84c
Summary: Fixes marketplace text rendering with nodes enabled Reviewed By: sriramramani Differential Revision: D3854613
This commit is contained in:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user