Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class ReactNativeMethod
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ReactNativeModule(val name: String, val supportedEvents: Array<String> = [])