Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/
H A DBuildProperties.ts82 const oldPropIndex = gradleProperties.findIndex( constant
94 if (oldPropIndex >= 0) {
95 gradleProperties[oldPropIndex] = newProp;
99 } else if (options?.removePropWhenValueIsNull && oldPropIndex >= 0) {
100 gradleProperties.splice(oldPropIndex, 1);
/expo/packages/@expo/config-plugins/build/android/
H A DBuildProperties.js64 …const oldPropIndex = gradleProperties.findIndex(prop => prop.type === 'property' && prop.key === n…
72 if (oldPropIndex >= 0) {
73 gradleProperties[oldPropIndex] = newProp;
77 …options !== null && options !== void 0 && options.removePropWhenValueIsNull && oldPropIndex >= 0) {
78 gradleProperties.splice(oldPropIndex, 1);
H A DBuildProperties.js.map1oldPropIndex","findIndex","prop","type","key","newProp","push","removePropWhenValueIsNull","splice…