Home
last modified time | relevance | path

Searched refs:itemToAdd (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DColors.ts18 export function setColorItem(itemToAdd: ResourceItemXML, colorFileContentsJSON: ResourceXML) {
21 (e: ResourceItemXML) => e.$.name === itemToAdd.$.name
24 colorNameExists._ = itemToAdd._;
26 colorFileContentsJSON.resources.color.push(itemToAdd);
33 colorFileContentsJSON.resources.color = [itemToAdd];
H A DStrings.ts12 itemToAdd: ResourceItemXML[],
20 stringFileContentsJSON.resources.string = itemToAdd;
24 for (const newItem of itemToAdd) {
/expo/packages/@expo/config-plugins/build/android/
H A DColors.js34 function setColorItem(itemToAdd, colorFileContentsJSON) { argument
37 …orNameExists = colorFileContentsJSON.resources.color.filter(e => e.$.name === itemToAdd.$.name)[0];
39 colorNameExists._ = itemToAdd._;
41 colorFileContentsJSON.resources.color.push(itemToAdd);
48 colorFileContentsJSON.resources.color = [itemToAdd];
H A DStrings.js24 function setStringItem(itemToAdd, stringFileContentsJSON) { argument
31 stringFileContentsJSON.resources.string = itemToAdd;
34 for (const newItem of itemToAdd) {
H A DStrings.d.ts5 export declare function setStringItem(itemToAdd: ResourceItemXML[], stringFileContentsJSON: Resourc…
H A DColors.d.ts5 export declare function setColorItem(itemToAdd: ResourceItemXML, colorFileContentsJSON: ResourceXML…
H A DColors.js.map1itemToAdd","colorFileContentsJSON","_colorFileContentsJSO","resources","color","colorNameExists","…
H A DStrings.js.map1itemToAdd","stringFileContentsJSON","_stringFileContentsJS","resources","string","newItem","string…