diff --git a/src/extension/commands/general/getCurrentApp.ts b/src/extension/commands/general/getCurrentApp.ts index 0e50abe4..98df2aaf 100644 --- a/src/extension/commands/general/getCurrentApp.ts +++ b/src/extension/commands/general/getCurrentApp.ts @@ -7,6 +7,7 @@ export default class GetCurrentApp extends ReactNativeAppCommand { constructor(params: CommandParams) { super(params); + this.checkForReact = false; } public async runNoClient(): Promise {