Home
last modified time | relevance | path

Searched refs:setLocalesAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DLocales.js8 exports.setLocalesAsync = setLocalesAsync;
55 config.modResults = await setLocalesAsync(config, {
67 async function setLocalesAsync(config, { function
H A DLocales.d.ts9 export declare function setLocalesAsync(config: Pick<ExpoConfig, 'locales'>, { projectRoot, project…
H A DLocales.js.map1setLocalesAsync","projectRoot","modRequest","project","exports","getLocales","_config$locales","lo…
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DLocales-test.ts7 import { getLocales, setLocalesAsync } from '../Locales';
50 project = await setLocalesAsync(
/expo/packages/@expo/config-plugins/src/ios/
H A DLocales.ts18 config.modResults = await setLocalesAsync(config, {
32 export async function setLocalesAsync( function