internal_registerInteropModule

open fun <T : JavaScriptModule?> internal_registerInteropModule(interopModuleInterface: Class<T>, interopModule: Any)

Register a JavaScriptModule within the Interop Layer so that can be consumed whenever getJSModule is invoked.

This method is internal to React Native and should not be used externally.