Skip to content

Commit

Permalink
Update deprecation message
Browse files Browse the repository at this point in the history
Summary:
Update deprecation message

changelog: [internal] internal

Differential Revision: D67292511
  • Loading branch information
mdvacca committed Dec 16, 2024
1 parent 55bbdea commit e551125
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit e551125

Please sign in to comment.