Home
last modified time | relevance | path

Searched refs:readResourcesXMLAsync (Results 1 – 16 of 16) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DStyles-test.ts4 import { buildResourceItem, readResourcesXMLAsync } from '../Resources';
45 const xml = await readResourcesXMLAsync({ path: stylesPath });
54 const modifiedXml = await readResourcesXMLAsync({ path: stylesPath });
63 const xml = await readResourcesXMLAsync({ path: stylesPath });
72 const modifiedXml = await readResourcesXMLAsync({ path: stylesPath });
90 const xml = await readResourcesXMLAsync({ path: stylesPath });
H A DResources-test.ts6 import { getObjectAsResourceGroup, readResourcesXMLAsync } from '../Resources';
35 expect(await readResourcesXMLAsync({ path })).toStrictEqual({ resources: {} });
42 expect(await readResourcesXMLAsync({ path })).toStrictEqual({ resources: {} });
H A DColors-test.ts11 import { buildResourceItem, readResourcesXMLAsync } from '../Resources';
34 let colors = await readResourcesXMLAsync({ path });
H A DUpdates-test.ts10 import { readResourcesXMLAsync } from '../Resources';
234 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DXML-test.ts4 import { buildResourceItem, readResourcesXMLAsync } from '../../android/Resources';
16 describe(readResourcesXMLAsync, () => {
30 let stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
69 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
/expo/packages/@expo/config-plugins/build/android/
H A DResources.js13 exports.readResourcesXMLAsync = readResourcesXMLAsync;
28 async function readResourcesXMLAsync({ function
H A DResources.d.ts36 export declare function readResourcesXMLAsync({ path, fallback, }: { function
H A DStyles.js35 return (0, _Resources().readResourcesXMLAsync)({
H A DStyles.js.map1readResourcesXMLAsync","getProjectStylesXMLPathAsync","projectRoot","kind","getResourceXMLPathAsyn…
H A DResources.js.map1readResourcesXMLAsync","path","fallback","xml","readXMLAsync","resources","ensureDefaultResourceXM…
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts177 return await Resources.readResourcesXMLAsync({ path: filePath });
207 return await Resources.readResourcesXMLAsync({ path: filePath });
236 return await Resources.readResourcesXMLAsync({ path: filePath });
268 styles = await Resources.readResourcesXMLAsync({
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts3 import { readResourcesXMLAsync } from '@expo/config-plugins/build/android/Resources';
64 await readResourcesXMLAsync({
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js232 return await _android().Resources.readResourcesXMLAsync({
280 return await _android().Resources.readResourcesXMLAsync({
326 return await _android().Resources.readResourcesXMLAsync({
375 styles = await _android().Resources.readResourcesXMLAsync({
H A DwithAndroidBaseMods.js.map1readResourcesXMLAsync","resources","writeXMLAsync","xml","colors","Colors","getProjectColorsXMLPat…
/expo/packages/@expo/config-plugins/src/android/
H A DStyles.ts8 readResourcesXMLAsync,
25 return readResourcesXMLAsync({ path, fallback });
H A DResources.ts48 export async function readResourcesXMLAsync({ function