| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Resources-test.ts | 5 import { getResourceXMLPathAsync } from '../Paths'; 10 describe(getResourceXMLPathAsync, () => { 31 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values-night' }); 38 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values' });
|
| H A D | Paths-test.ts | 6 getResourceXMLPathAsync, 79 describe(getResourceXMLPathAsync, () => { 100 const path = await getResourceXMLPathAsync('/app', { name: 'colors' }); 104 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values-night' }); 109 await expect(getResourceXMLPathAsync('/managed', { name: 'somn' })).rejects.toThrow(
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Strings.ts | 1 import { getResourceXMLPathAsync } from './Paths'; 8 return getResourceXMLPathAsync(projectRoot, { kind, name: 'strings' });
|
| H A D | Colors.ts | 1 import { getResourceXMLPathAsync } from './Paths'; 15 return getResourceXMLPathAsync(projectRoot, { kind, name: 'colors' });
|
| H A D | Styles.ts | 1 import { getResourceXMLPathAsync } from './Paths'; 32 return getResourceXMLPathAsync(projectRoot, { kind, name: 'styles' });
|
| H A D | Paths.ts | 124 export async function getResourceXMLPathAsync( function
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Paths.js | 18 exports.getResourceXMLPathAsync = getResourceXMLPathAsync; 146 async function getResourceXMLPathAsync(projectRoot, { function
|
| H A D | Paths.d.ts | 27 export declare function getResourceXMLPathAsync(projectRoot: string, { kind, name }: {
|
| H A D | Strings.js.map | 1 …getResourceXMLPathAsync","name","setStringItem","itemToAdd","stringFileContentsJSON","_stringFileC…
|
| H A D | Strings.js | 19 return (0, _Paths().getResourceXMLPathAsync)(projectRoot, {
|
| H A D | Colors.js | 29 return (0, _Paths().getResourceXMLPathAsync)(projectRoot, {
|
| H A D | Colors.js.map | 1 …getResourceXMLPathAsync","name","setColorItem","itemToAdd","colorFileContentsJSON","_colorFileCont…
|
| H A D | Styles.js | 43 return (0, _Paths().getResourceXMLPathAsync)(projectRoot, {
|
| H A D | Styles.js.map | 1 …getResourceXMLPathAsync","name","ensureDefaultStyleResourceXML","xml","_xml","_xml$resources","ens…
|
| H A D | Paths.js.map | 1 …getResourceXMLPathAsync","kind","resourcePath"],"sources":["../../src/android/Paths.ts"],"sourcesC…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashDrawables.ts | 24 const filePath = (await AndroidConfig.Paths.getResourceXMLPathAsync(projectRoot, {
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashDrawables.js | 27 const filePath = await _configPlugins().AndroidConfig.Paths.getResourceXMLPathAsync(projectRoot, {
|
| H A D | withAndroidSplashDrawables.js.map | 1 …getResourceXMLPathAsync","name","kind","xmlContent","$","item","bitmap","filter","Boolean","XML","…
|