Package 

Interface ReactFabric

  • All Implemented Interfaces:
    com.facebook.react.bridge.JavaScriptModule

    
    public interface ReactFabric
     implements JavaScriptModule
                        

    JS module used to execute Fabric specific methods. Note: This is a temporary class that will be replaced when Fabric is fully integrated with the rest of the modules.

    • Method Summary

      Modifier and Type Method Description
      abstract void unmountComponentAtNode(int rootTag) JS method used to unmount Fabric surfaces.
      • Methods inherited from class java.lang.Object

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

      • unmountComponentAtNode

         abstract void unmountComponentAtNode(int rootTag)

        JS method used to unmount Fabric surfaces.

        Parameters:
        rootTag - react tag of Root