Searched refs:readResourcesXMLAsync (Results 1 – 16 of 16) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Styles-test.ts | 4 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 D | Resources-test.ts | 6 import { getObjectAsResourceGroup, readResourcesXMLAsync } from '../Resources'; 35 expect(await readResourcesXMLAsync({ path })).toStrictEqual({ resources: {} }); 42 expect(await readResourcesXMLAsync({ path })).toStrictEqual({ resources: {} });
|
| H A D | Colors-test.ts | 11 import { buildResourceItem, readResourcesXMLAsync } from '../Resources'; 34 let colors = await readResourcesXMLAsync({ path });
|
| H A D | Updates-test.ts | 10 import { readResourcesXMLAsync } from '../Resources'; 234 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
|
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | XML-test.ts | 4 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 D | Resources.js | 13 exports.readResourcesXMLAsync = readResourcesXMLAsync; 28 async function readResourcesXMLAsync({ function
|
| H A D | Resources.d.ts | 36 export declare function readResourcesXMLAsync({ path, fallback, }: { function
|
| H A D | Styles.js | 35 return (0, _Resources().readResourcesXMLAsync)({
|
| H A D | Styles.js.map | 1 …readResourcesXMLAsync","getProjectStylesXMLPathAsync","projectRoot","kind","getResourceXMLPathAsyn…
|
| H A D | Resources.js.map | 1 …readResourcesXMLAsync","path","fallback","xml","readXMLAsync","resources","ensureDefaultResourceXM…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withAndroidBaseMods.ts | 177 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 D | withAndroidNotifications-test.ts | 3 import { readResourcesXMLAsync } from '@expo/config-plugins/build/android/Resources'; 64 await readResourcesXMLAsync({
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withAndroidBaseMods.js | 232 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 D | withAndroidBaseMods.js.map | 1 …readResourcesXMLAsync","resources","writeXMLAsync","xml","colors","Colors","getProjectColorsXMLPat…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Styles.ts | 8 readResourcesXMLAsync, 25 return readResourcesXMLAsync({ path, fallback });
|
| H A D | Resources.ts | 48 export async function readResourcesXMLAsync({ function
|