Mark LazyReactPackage as Deprecated in the new architecture of React Native (#41097)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
David Vacca
2023-10-27 11:13:09 -07:00
committed by Facebook GitHub Bot
parent e08a1973f6
commit bfc64f444e
@@ -25,11 +25,8 @@ import java.util.Iterator;
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