List of usage examples for com.facebook.react.uimanager UIImplementation subclass-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); }