mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Make new bridge default in OSS
Reviewed By: bestander Differential Revision: D3553208 fbshipit-source-id: 35d466e87032618978230b118772e366ba1deea9
This commit is contained in:
committed by
Facebook Github Bot 3
parent
b1e49832ef
commit
c89c25f27d
@@ -153,7 +153,6 @@ public class ReactAppTestActivity extends FragmentActivity implements
|
||||
ReactInstanceManager.Builder builder =
|
||||
ReactTestHelper.getReactTestFactory().getReactInstanceManagerBuilder()
|
||||
.setApplication(getApplication())
|
||||
.setUseOldBridge(true)
|
||||
.setBundleAssetName(bundleName)
|
||||
// By not setting a JS module name, we force the bundle to be always loaded from
|
||||
// assets, not the devserver, even if dev mode is enabled (such as when testing redboxes).
|
||||
|
||||
Reference in New Issue
Block a user