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

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

Introduction

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

Usage

From source file com.helloworld.MyUIImplementation.java

public class MyUIImplementation extends UIImplementation {
    public MyUIImplementation(ReactApplicationContext reactContext, List<ViewManager> viewManagers,
            EventDispatcher eventDispatcher) {
        this(reactContext, new ViewManagerRegistry(viewManagers), eventDispatcher);
    }