ReactModuleList

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ReactModuleList(val nativeModules: Array<KClass<out NativeModule>>)

Annotates a function that returns a list of ModuleSpecs from which we get a list of NativeModules to create ReactModuleInfos from.

Properties

Link copied to clipboard

The Native modules in this list should be annotated with ReactModule.