Package 

Interface ViewManagerOnDemandReactPackage

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getViewManagerNames(ReactApplicationContext reactContext) Provides a list of names of ViewManagers with which these modules can be accessed from JS.Typically, this is ViewManager.getName().
      abstract ViewManager createViewManager(ReactApplicationContext reactContext, String viewManagerName) Creates and returns a ViewManager with a specific name {@param viewManagerName}.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait