mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add "Open Debugger" and "Open React DevTools" to Android dev menu
Summary: This diff introduces a new "Open Debugger" menu item for VMs that support on device debugging and for opening the React DevTools in Flipper. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D20784279 fbshipit-source-id: caecdace00007224692d994a75c106842c8b2acb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ddc33007ad
commit
7cedccdb8d
+1
-1
@@ -37,7 +37,7 @@ public class ReactSettingsForTests implements DeveloperSettings {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isNuclideJSDebugEnabled() {
|
||||
public boolean isDeviceDebugEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user