Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/
H A DProperties.ts16 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 DProperties.js9 const propertiesList = [];
14 propertiesList.push({
18 propertiesList.push({
26 propertiesList.push({
33 return propertiesList;
H A DProperties.js.map1propertiesList","lines","split","i","length","line","trim","push","type","startsWith","value","sub…