Skip to content

Commit

Permalink
Deprecate CompositeReactPackageTurboModuleManagerDelegate (#41089)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #41089

Deprecate CompositeReactPackageTurboModuleManagerDelegate

bypass-github-export-checks

changelog: [Android][Changed] Deprecate CompositeReactPackageTurboModuleManagerDelegate

Reviewed By: RSNara

Differential Revision: D50338303

fbshipit-source-id: f8bed88ef3feddc4e79cd4a11cfc3426602985a7
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 19, 2023
1 parent 5ad4bdb commit 6f11334
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import java.util.Collections;
import java.util.List;

@Deprecated(
since =
"CompositeReactPackageTurboModuleManagerDelegate is deprecated and will be deleted in the future. Please use ReactPackage interface or BaseReactPackage instead.")
@DoNotStrip
public class CompositeReactPackageTurboModuleManagerDelegate
extends ReactPackageTurboModuleManagerDelegate {
Expand Down

0 comments on commit 6f11334

Please sign in to comment.