getModule

open fun getModule(moduleName: String): NativeModule

Return the NativeModule instance that corresponds to the provided moduleName.

This method: - Creates and initializes the module if it doesn't already exist. - Returns null after TurboModuleManager has been torn down.