Skip to content

Commit

Permalink
Mark LazyReactPackage as Deprecated in the new architecture of React …
Browse files Browse the repository at this point in the history
…Native (facebook#41097)

Summary:
Pull Request resolved: facebook#41097

LazyReactPackage is beig replaced by TurboReactPackage / BaseReactPackage, that's why I'm docummenting LazyReactPackage as Deprecated

changelog: [internal] internal

Reviewed By: arushikesarwani94

Differential Revision: D50338301

fbshipit-source-id: 6093772400ccaf928a549c078791845513dcb56a
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 27, 2023
1 parent e08a197 commit bfc64f4
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
import java.util.List;
import java.util.Map;

/**
* React package supporting lazy creation of native modules.
*
* <p>TODO(t11394819): Make this default and deprecate ReactPackage
*/
/** React package supporting lazy creation of native modules. */
@Deprecated(since = "This class is deprecated, please use BaseReactPackage instead.")
public abstract class LazyReactPackage implements ReactPackage {

@Deprecated
Expand Down

0 comments on commit bfc64f4

Please sign in to comment.