Package-level declarations

Types

Link copied to clipboard
annotation class DeprecatedInNewArchitecture(val message: String = "")

Annotates a method or class that will be deprecated once the NewArchitecture is fully released in OSS.

Link copied to clipboard
Link copied to clipboard

This API is stable and is likely not to change in the New Architecture of React Native.

Link copied to clipboard
annotation class VisibleForTesting

Annotates a method that should have restricted visibility but it's required to be public for use in test code only.