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 (#41097)

Summary:

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
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 27, 2023
1 parent daedbe6 commit f2801f9
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 f2801f9

Please sign in to comment.