diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactNativeHost.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactNativeHost.java index b05e6bb7dc6e..56a609dbb2cf 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactNativeHost.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactNativeHost.java @@ -35,7 +35,8 @@ * * @deprecated This class will be replaced by com.facebook.react.ReactHost in the New Architecture. */ -@Deprecated +@Deprecated( + since = "This class is part of Legacy Architecture and will be removed in a future release") @LegacyArchitecture(logLevel = LegacyArchitectureLogLevel.ERROR) @Nullsafe(Nullsafe.Mode.LOCAL) public abstract class ReactNativeHost {