-
public class JSIModuleRegistry
-
-
Constructor Summary
Constructors Constructor Description JSIModuleRegistry()
-
Method Summary
Modifier and Type Method Description JSIModule
getModule(JSIModuleType moduleType)
void
registerModules(List<JSIModuleSpec> jsiModules)
void
notifyJSInstanceDestroy()
-
-
Method Detail
-
getModule
JSIModule getModule(JSIModuleType moduleType)
-
registerModules
void registerModules(List<JSIModuleSpec> jsiModules)
-
notifyJSInstanceDestroy
void notifyJSInstanceDestroy()
-
-
-
-