mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 22:43:10 +08:00
Make Nodes use TextLayoutBuilder's LayoutMeasureUtil
Summary: Make Nodes use TextLayoutBuilder's LayoutMeasureUtil. This cuts down a dependency. Reviewed By: ahmedre Differential Revision: D4151599
This commit is contained in:
committed by
Ahmed El-Helw
parent
3fff811c57
commit
947e885487
@@ -12,7 +12,7 @@ package com.facebook.react.flat;
|
||||
import android.graphics.Canvas;
|
||||
import android.text.Layout;
|
||||
|
||||
import com.facebook.fbui.widget.text.LayoutMeasureUtil;
|
||||
import com.facebook.fbui.textlayoutbuilder.util.LayoutMeasureUtil;
|
||||
|
||||
/**
|
||||
* DrawTextLayout is a DrawCommand that draw {@link Layout}.
|
||||
|
||||
Reference in New Issue
Block a user