Remove fs usage from Navigator plugin

Reviewed By: mweststrate

Differential Revision: D33019873

fbshipit-source-id: 6d48971dc04161b64fdd32ac4e658b56aa98b7ec
This commit is contained in:
Andrey Goncharov
2021-12-20 11:37:25 -08:00
committed by Facebook GitHub Bot
parent d003a7c1a5
commit 3f771c05dd
4 changed files with 13 additions and 18 deletions

View File

@@ -167,8 +167,9 @@ export interface FlipperLib {
},
): Promise<string | undefined>;
paths: {
homePath: string;
appPath: string;
homePath: string;
staticPath: string;
tempPath: string;
};
environmentInfo: {