Add inspector attach to RN Dev Menu (Android)

Reviewed By: Hypuk

Differential Revision: D6405828

fbshipit-source-id: 9274c3e8748e6ce259357836dde7d53c4fce9fbf
This commit is contained in:
Paco Estevez Garcia
2017-12-05 06:51:08 -08:00
committed by Facebook Github Bot
parent de424cc291
commit 7c7108a1e8
6 changed files with 88 additions and 4 deletions

View File

@@ -37,6 +37,11 @@ public class ReactSettingsForTests implements DeveloperSettings {
return false;
}
@Override
public boolean isNuclideJSDebugEnabled() {
return false;
}
@Override
public boolean isRemoteJSDebugEnabled() {
return false;