mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete enableFabricInLogBox flag
Summary: This diff deletes the ReactFeatureFlag enableFabricInLogBox, from now on Logbox will be rendered in Fabric when Fabric is enabled changelog: [internal] internal Reviewed By: genkikondo Differential Revision: D33781626 fbshipit-source-id: 3187a22fec80125afd27860995637564640dab8d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ea90a76efe
commit
9abcea7e11
@@ -336,7 +336,7 @@ public class ReactInstanceManager {
|
||||
Activity currentActivity = getCurrentActivity();
|
||||
if (currentActivity != null) {
|
||||
ReactRootView rootView = new ReactRootView(currentActivity);
|
||||
rootView.setIsFabric(ReactFeatureFlags.enableFabricInLogBox);
|
||||
rootView.setIsFabric(ReactFeatureFlags.enableFabricRenderer);
|
||||
rootView.startReactApplication(ReactInstanceManager.this, appKey, null);
|
||||
return rootView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user