Searched refs:withMainApplication (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | android-plugins.js | 8 …orts.withSettingsGradle = exports.withProjectBuildGradle = exports.withMainApplication = exports.w… 142 const withMainApplication = (config, action) => { function 156 exports.withMainApplication = withMainApplication;
|
| H A D | android-plugins.d.ts | 60 export declare const withMainApplication: ConfigPlugin<Mod<Paths.ApplicationProjectFile>>;
|
| H A D | android-plugins.js.map | 1 …withMainApplication","withProjectBuildGradle","withAppBuildGradle","withSettingsGradle","withGradl…
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 49 withMainApplication,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 24 …lors, withAndroidColorsNight, withAndroidStyles, withMainActivity, withMainApplication, withProjec…
|
| H A D | index.js | 32 withMainApplication: true, property 156 return _androidPlugins().withMainApplication;
|
| H A D | index.js.map | 1 …hAndroidColorsNight,\n withAndroidStyles,\n withMainActivity,\n withMainApplication,\n withPro…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | android-plugins.ts | 147 export const withMainApplication: ConfigPlugin<Mod<Paths.ApplicationProjectFile>> = ( constant
|
| /expo/docs/pages/config-plugins/ |
| H A D | plugins-and-mods.mdx | 248 | `mods.android.mainApplication` | `withMainApplication` | <WarningIcon /> |
|