Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class JSType(val identifier: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class ReactNativeFlow
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> = [])