-
public class ReactModuleInfoData holder class holding native module specifications. ReactModuleSpecProcessor creates these so Java modules don't have to be instantiated at React Native start up.
-
-
Constructor Summary
Constructors Constructor Description ReactModuleInfo(String name, String className, boolean canOverrideExistingModule, boolean needsEagerInit, boolean hasConstants, boolean isCxxModule, boolean isTurboModule)
-
Method Summary
Modifier and Type Method Description Stringname()StringclassName()booleancanOverrideExistingModule()booleanneedsEagerInit()booleanhasConstants()booleanisCxxModule()booleanisTurboModule()-
-
Method Detail
-
canOverrideExistingModule
boolean canOverrideExistingModule()
-
needsEagerInit
boolean needsEagerInit()
-
hasConstants
boolean hasConstants()
-
isCxxModule
boolean isCxxModule()
-
isTurboModule
boolean isTurboModule()
-
-
-
-