Home
last modified time | relevance | path

Searched refs:stringNameExists (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DStrings.ts25 const stringNameExists = stringFileContentsJSON.resources.string.findIndex( constant
28 if (stringNameExists > -1) {
30 stringFileContentsJSON.resources.string[stringNameExists] = newItem;
41 const stringNameExists = stringFileContentsJSON.resources.string.findIndex( constant
44 if (stringNameExists > -1) {
46 stringFileContentsJSON.resources.string.splice(stringNameExists, 1);
/expo/packages/@expo/config-plugins/build/android/
H A DStrings.js35 …const stringNameExists = stringFileContentsJSON.resources.string.findIndex(e => e.$.name === newIt…
36 if (stringNameExists > -1) {
38 stringFileContentsJSON.resources.string[stringNameExists] = newItem;
48 …const stringNameExists = stringFileContentsJSON.resources.string.findIndex(e => e.$.name === named…
49 if (stringNameExists > -1) {
51 stringFileContentsJSON.resources.string.splice(stringNameExists, 1);
H A DStrings.js.map1stringNameExists","findIndex","e","$","concat","removeStringItem","named","_stringFileContentsJS2"…