mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 17:47:21 +08:00
Add inspector attach to RN Dev Menu (Android)
Reviewed By: Hypuk Differential Revision: D6405828 fbshipit-source-id: 9274c3e8748e6ce259357836dde7d53c4fce9fbf
This commit is contained in:
committed by
Facebook Github Bot
parent
de424cc291
commit
7c7108a1e8
@@ -37,6 +37,11 @@ public class ReactSettingsForTests implements DeveloperSettings {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isNuclideJSDebugEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRemoteJSDebugEnabled() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user