Package 

Interface ViewManagerResolver

    • Method Summary

      Modifier and Type Method Description
      abstract ViewManager getViewManager(String viewManagerName) {@class UIManagerModule} class uses this method to get a ViewManager by its name.
      abstract List<String> getViewManagerNames() Provides a list of view manager names to register in JS as {@code UIManager.ViewManagerName}
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getViewManager

        @Nullable() abstract ViewManager getViewManager(String viewManagerName)

        {@class UIManagerModule} class uses this method to get a ViewManager by its name. This is thesame name that comes from JS by {@code UIManager.ViewManagerName} call.

      • getViewManagerNames

         abstract List<String> getViewManagerNames()

        Provides a list of view manager names to register in JS as {@code UIManager.ViewManagerName}