UNPKG

199 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getLocales(config: ExpoConfig): boolean;
3export declare function setLocalesAsync(config: ExpoConfig, projectRoot: string): void;