ReactModuleInfo

constructor(name: String, className: String, canOverrideExistingModule: Boolean, needsEagerInit: Boolean, isCxxModule: Boolean, isTurboModule: Boolean)


constructor(name: String, className: String, canOverrideExistingModule: Boolean, needsEagerInit: Boolean, hasConstants: Boolean, isCxxModule: Boolean, isTurboModule: Boolean)

Deprecated

This constructor is deprecated and will be removed in the future. Use ReactModuleInfo(String, String, boolean, boolean, boolean, boolean)]

Replace with

ReactModuleInfo(name, className, canOverrideExistingModule, needsEagerInit, isCxxModule, isTurboModule)