UNPKG

@expo/config

Version:

A library for interacting with the app.json

7 lines (6 loc) 230 B
declare class Env { /** Disable auto server root detection for Metro. This will not change the server root to the workspace root. */ get EXPO_NO_METRO_WORKSPACE_ROOT(): boolean; } export declare const env: Env; export {};