Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading