detachRootView

open fun detachRootView(reactRoot: ReactRoot)

Deprecated

Detach given {@param reactRoot} from current catalyst instance. It's safe to call this method multiple times on the same {@param reactRoot} - in that case view will be detached with the first call.

Deprecated

This method should be internal to ReactRootView and ReactInstanceManager