-
- 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. -
-
Method Detail
-
unmountComponentAtNode
abstract void unmountComponentAtNode(int rootTag)
JS method used to unmount Fabric surfaces.
- Parameters:
rootTag
- react tag of Root
-
-
-
-