Home
last modified time | relevance | path

Searched refs:configToProperty (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DBuildProperties.ts64 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 DBuildProperties.js57 for (const configToProperty of configToPropertyRules) {
58 const value = configToProperty.propValueGetter(config);
59 updateIosBuildProperty(podfileProperties, configToProperty.propName, value);
H A DBuildProperties.js.map1configToProperty","updateIosBuildProperty","options","removePropWhenValueIsNull"],"sources":["../.…
/expo/packages/@expo/config-plugins/src/android/
H A DBuildProperties.ts68 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 DBuildProperties.js57 for (const configToProperty of configToPropertyRules) {
58 const value = configToProperty.propValueGetter(config);
59 updateAndroidBuildProperty(gradleProperties, configToProperty.propName, value);
H A DBuildProperties.js.map1configToProperty","updateAndroidBuildProperty","options","oldPropIndex","findIndex","prop","type",…