mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 05:55:48 +08:00
Make JSCConfig non-nullable
Reviewed By: andreicoman11 Differential Revision: D3463317 fbshipit-source-id: feeda132cd596317ca45b083d69ae8df3ffbd6f0
This commit is contained in:
committed by
Facebook Github Bot 1
parent
523d39ad92
commit
e54ff3d03f
@@ -191,7 +191,7 @@ public abstract class ReactInstanceManager {
|
||||
protected @Nullable LifecycleState mInitialLifecycleState;
|
||||
protected @Nullable UIImplementationProvider mUIImplementationProvider;
|
||||
protected @Nullable NativeModuleCallExceptionHandler mNativeModuleCallExceptionHandler;
|
||||
protected @Nullable JSCConfig mJSCConfig;
|
||||
protected JSCConfig mJSCConfig = JSCConfig.EMPTY;
|
||||
protected @Nullable Activity mCurrentActivity;
|
||||
protected @Nullable DefaultHardwareBackBtnHandler mDefaultHardwareBackBtnHandler;
|
||||
protected @Nullable RedBoxHandler mRedBoxHandler;
|
||||
|
||||
Reference in New Issue
Block a user