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

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 19, 2023
1 parent 05b6766 commit da0efc6
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 da0efc6

Please sign in to comment.