Example usage for com.facebook.react.views.text ReactTextShadowNode subclass-usage

List of usage examples for com.facebook.react.views.text ReactTextShadowNode subclass-usage

Introduction

In this page you can find the example usage for com.facebook.react.views.text ReactTextShadowNode subclass-usage.

Usage

From source file fr.bamlab.textinput.ReactTextInputShadowNode.java

@VisibleForTesting
public class ReactTextInputShadowNode extends ReactTextShadowNode implements CSSNode.MeasureFunction {

    private static final int MEASURE_SPEC = View.MeasureSpec.makeMeasureSpec(ViewGroup.LayoutParams.WRAP_CONTENT,
            View.MeasureSpec.UNSPECIFIED);