mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
e08a1973f6
commit
bfc64f444e
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user