mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-02 23:05:01 +08:00
Removed dependency on ReactInstancePackage
Reviewed By: achen1 Differential Revision: D8926248 fbshipit-source-id: 8ab7f3f0cd7bdecc9b0d2cd560ed5da89075d3ba
This commit is contained in:
committed by
Facebook Github Bot
parent
84022321c4
commit
b938cd524a
@@ -18,7 +18,9 @@ import com.facebook.react.bridge.ReactApplicationContext;
|
||||
* the instance manager for more information, like {@link DevSupportManager}.
|
||||
*
|
||||
* TODO(t11394819): Consolidate this with LazyReactPackage
|
||||
* Use {@link ReactPackage} or {@link LazyReactPackage} and inject reactInstanceManager as a part of when plugins are initialized.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class ReactInstancePackage implements ReactPackage {
|
||||
|
||||
public abstract List<NativeModule> createNativeModules(
|
||||
|
||||
Reference in New Issue
Block a user