getModule

abstract fun getModule(moduleName: String): NativeModule?

Return the NativeModule instance that has that name moduleName. If the moduleName TurboModule hasn't been instantiated, instantiate it. If no TurboModule is registered under moduleName, return null.