Home
last modified time | relevance | path

Searched refs:withGradleProperties (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-build-properties/src/__tests__/
H A DwithBuildProperties-test.ts1 import { AndroidConfig, withGradleProperties, withPodfileProperties } from 'expo/config-plugins';
20 withGradleProperties: jest.fn().mockImplementation((config) => config),
46 mod: withGradleProperties,
86 mod: withGradleProperties,
118 mod: withGradleProperties,
153 mod: withGradleProperties,
H A Dandroid-test.ts2 import { withGradleProperties } from 'expo/config-plugins';
16 withGradleProperties: jest.fn().mockImplementation((config) => config),
117 mod: withGradleProperties,
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dandroid-plugins-test.ts7 import { withGradleProperties } from '../android-plugins';
13 describe(withGradleProperties, () => {
30 config = withGradleProperties(config, (config) => {
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DBuildProperties-test.ts2 import { withGradleProperties } from '../../plugins/android-plugins';
20 mod: withGradleProperties,
36 mod: withGradleProperties,
58 mod: withGradleProperties,
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 … exports.withMainApplication = exports.withMainActivity = exports.withGradleProperties = exports.w…
202 const withGradleProperties = (config, action) => { function
209 exports.withGradleProperties = withGradleProperties;
H A Dandroid-plugins.d.ts88 export declare const withGradleProperties: ConfigPlugin<Mod<Properties.PropertiesItem[]>>;
H A Dandroid-plugins.js.map1withGradleProperties"],"sources":["../../src/plugins/android-plugins.ts"],"sourcesContent":["impor…
/expo/packages/@expo/config-plugins/src/android/
H A DBuildProperties.ts5 import { withGradleProperties } from '../plugins/android-plugins';
31 withGradleProperties(config, (config) => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts53 withGradleProperties,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 …, withProjectBuildGradle, withAppBuildGradle, withSettingsGradle, withGradleProperties, } from './…
H A Dindex.js36 withGradleProperties: true, property
138 return _androidPlugins().withGradleProperties;
H A Dindex.js.map1 …jectBuildGradle,\n withAppBuildGradle,\n withSettingsGradle,\n withGradleProperties,\n} from '.…
/expo/packages/expo-build-properties/src/
H A Dandroid.ts7 withGradleProperties,
84 return withGradleProperties(config, (c) => {
/expo/packages/@expo/config-plugins/build/android/
H A DBuildProperties.js.map1withGradleProperties","modResults","updateAndroidBuildPropertiesFromConfig","Object","defineProper…
H A DBuildProperties.js33 …const withUnknown = (config, sourceConfig) => (0, _androidPlugins().withGradleProperties)(config, …
/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts209 export const withGradleProperties: ConfigPlugin<Mod<Properties.PropertiesItem[]>> = ( constant
/expo/packages/expo-build-properties/build/
H A Dandroid.js73 return (0, config_plugins_1.withGradleProperties)(config, (c) => {
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts6 withGradleProperties,
298 config = withGradleProperties(config, (config) => {
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx246 | `mods.android.gradleProperties` | `withGradleProperties` | - |
H A Ddevelopment-and-debugging.mdx503 # @info Safely modified using the <code>withGradleProperties()</code> mod. #