Package-level declarations
Types
Link copied to clipboard
annotation class ReactModule(val name: String, val canOverrideExistingModule: Boolean = false, val needsEagerInit: Boolean = false, val hasConstants: Boolean = true, val isCxxModule: Boolean = false)
Annotation for use on com.facebook.react.bridge.BaseJavaModules to describe properties for that module.
Link copied to clipboard
Annotates a function that returns a list of ModuleSpecs from which we get a list of NativeModules to create ReactModuleInfos from.