Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Not check for react (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Kocheshkova authored and Max committed May 10, 2018
1 parent b61cc94 commit 92d60c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/commands/general/getCurrentApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default class GetCurrentApp extends ReactNativeAppCommand {

constructor(params: CommandParams) {
super(params);
this.checkForReact = false;
}

public async runNoClient(): Promise<void> {
Expand Down

0 comments on commit 92d60c9

Please sign in to comment.