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