Searched refs:EXPO_PUBLIC_FOLDER (Results 1 – 6 of 6) sorted by relevance
10 const publicPath = path.join(projectRoot, env.EXPO_PUBLIC_FOLDER);
76 const publicPath = path.resolve(projectRoot, env.EXPO_PUBLIC_FOLDER);
88 get EXPO_PUBLIC_FOLDER(): string { method in Env
17 const publicPath = path.join(this.projectRoot, env.EXPO_PUBLIC_FOLDER);
50 publicFolder: env.EXPO_PUBLIC_FOLDER,
490 | `EXPO_PUBLIC_FOLDER` | **string** | Public folder path to use with Metro for web.…