Example usage for com.facebook.react.uimanager BaseViewManager subclass-usage

List of usage examples for com.facebook.react.uimanager BaseViewManager subclass-usage

Introduction

In this page you can find the example usage for com.facebook.react.uimanager BaseViewManager subclass-usage.

Usage

From source file com.horcrux.svg.SvgViewManager.java

/**
 * ViewManager for RNSVGSvgView React views. Renders as a {@link SvgView} and handles
 * invalidating the native view on shadow view updates happening in the underlying tree.
 */
public class SvgViewManager extends BaseViewManager<SvgView, SvgViewShadowNode> {

From source file com.lightappbuilder.lab4.lablibrary.rnviews.webview.ReactWebViewManager.java

/**
 * Manages instances of {@link WebView}
 * <p>
 * Can accept following commands:
 * - GO_BACK
 * - GO_FORWARD

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

/**
 * Manages instances of TextInput.
 */
public class ReactTextInputManager extends BaseViewManager<ReactEditText, ReactTextInputShadowNode> {

    /* package */ static final String REACT_CLASS = "FixedTextInput";