Searched refs:propertiesList (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Properties.ts | 16 const propertiesList: PropertiesItem[] = []; constant 21 propertiesList.push({ type: 'empty' }); 23 propertiesList.push({ type: 'comment', value: line.substring(1).trimStart() }); 28 propertiesList.push({ type: 'property', key, value }); 32 return propertiesList;
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Properties.js | 9 const propertiesList = []; 14 propertiesList.push({ 18 propertiesList.push({ 26 propertiesList.push({ 33 return propertiesList;
|
| H A D | Properties.js.map | 1 …propertiesList","lines","split","i","length","line","trim","push","type","startsWith","value","sub…
|