Example usage for com.facebook.react.uimanager NativeViewHierarchyManager NativeViewHierarchyManager

List of usage examples for com.facebook.react.uimanager NativeViewHierarchyManager NativeViewHierarchyManager

Introduction

In this page you can find the example usage for com.facebook.react.uimanager NativeViewHierarchyManager NativeViewHierarchyManager.

Prototype

public NativeViewHierarchyManager(ViewManagerRegistry viewManagers) 

Source Link

Usage

From source file:com.helloworld.MyUIImplementation.java

License:Open Source License

protected MyUIImplementation(ReactApplicationContext reactContext, ViewManagerRegistry viewManagers,
        UIViewOperationQueue operationsQueue, EventDispatcher eventDispatcher) {
    super(reactContext, viewManagers,
            new MyUIViewOperationQueue(reactContext, new NativeViewHierarchyManager(viewManagers)),
            eventDispatcher);//  ww  w.j  av a  2 s .  c  om
}