mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Make Metro work with Venice
Summary: Now, Metro should work with Venice. This piggybacks on Lulu's fix here: D22477500 (https://github.com/facebook/react-native/commit/9b8ffeee4c54eb05ca74d626b171a958fa6db4d4). Changelog: [Internal] Reviewed By: ejanzer Differential Revision: D25323041 fbshipit-source-id: 859958185c5be52a4bfdc12a82ecd7719042ae5f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1f883192ec
commit
d8c84d3a65
@@ -102,7 +102,7 @@ public abstract class DevSupportManagerBase
|
||||
private final Context mApplicationContext;
|
||||
private final ShakeDetector mShakeDetector;
|
||||
private final BroadcastReceiver mReloadAppBroadcastReceiver;
|
||||
private final DevServerHelper mDevServerHelper;
|
||||
protected final DevServerHelper mDevServerHelper;
|
||||
private final LinkedHashMap<String, DevOptionHandler> mCustomDevOptions = new LinkedHashMap<>();
|
||||
private final ReactInstanceManagerDevHelper mReactInstanceManagerHelper;
|
||||
private final @Nullable String mJSAppBundleName;
|
||||
|
||||
Reference in New Issue
Block a user