Searched refs:configToProperty (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BuildProperties.ts | 64 for (const configToProperty of configToPropertyRules) { constant 65 const value = configToProperty.propValueGetter(config); 66 updateIosBuildProperty(podfileProperties, configToProperty.propName, value);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BuildProperties.js | 57 for (const configToProperty of configToPropertyRules) { 58 const value = configToProperty.propValueGetter(config); 59 updateIosBuildProperty(podfileProperties, configToProperty.propName, value);
|
| H A D | BuildProperties.js.map | 1 …configToProperty","updateIosBuildProperty","options","removePropWhenValueIsNull"],"sources":["../.…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | BuildProperties.ts | 68 for (const configToProperty of configToPropertyRules) { constant 69 const value = configToProperty.propValueGetter(config); 70 updateAndroidBuildProperty(gradleProperties, configToProperty.propName, value);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | BuildProperties.js | 57 for (const configToProperty of configToPropertyRules) { 58 const value = configToProperty.propValueGetter(config); 59 updateAndroidBuildProperty(gradleProperties, configToProperty.propName, value);
|
| H A D | BuildProperties.js.map | 1 …configToProperty","updateAndroidBuildProperty","options","oldPropIndex","findIndex","prop","type",…
|