mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Add JS Minify option to settings in Android
Summary: Useful for debugging minification issues and more representative perf testing. Differential Revision: D3080489 fb-gh-sync-id: 315f696d3847a213eb95f247f409173a01864567 shipit-source-id: 315f696d3847a213eb95f247f409173a01864567
This commit is contained in:
committed by
Facebook Github Bot 0
parent
e3fe66acfc
commit
1f94a00785
@@ -27,6 +27,11 @@ public class ReactSettingsForTests implements DeveloperSettings {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isJSMinifyEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isElementInspectorEnabled() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user