diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactContext.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactContext.java index af3e676c49ec1a..ffa72480ac97aa 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactContext.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactContext.java @@ -503,9 +503,7 @@ public boolean startActivityForResult(Intent intent, int code, Bundle bundle) { public abstract @Nullable CallInvokerHolder getJSCallInvokerHolder(); @Deprecated( - since = - "This method will be deprecated later as part of Stable APIs with bridge removal and not" - + " encouraged usage.") + since = "This method is deprecated, please use UIManagerHelper.getUIManager() instead.") /** * Get the UIManager for Fabric from the CatalystInstance. *