public class ReactModuleInfo
extends java.lang.Object
ReactModuleSpecProcessor creates
these so Java modules don't have to be instantiated at React Native start up.| Constructor and Description |
|---|
ReactModuleInfo(java.lang.String name,
boolean canOverrideExistingModule,
boolean needsEagerInit,
boolean hasConstants) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canOverrideExistingModule() |
boolean |
hasConstants() |
java.lang.String |
name() |
boolean |
needsEagerInit() |