Searched refs:oldPropIndex (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | BuildProperties.ts | 82 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 D | BuildProperties.js | 64 …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 D | BuildProperties.js.map | 1 …oldPropIndex","findIndex","prop","type","key","newProp","push","removePropWhenValueIsNull","splice…
|