Searched refs:withMainActivity (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | android-plugins.js | 8 …orts.withProjectBuildGradle = exports.withMainApplication = exports.withMainActivity = exports.wit… 127 const withMainActivity = (config, action) => { function 141 exports.withMainActivity = withMainActivity;
|
| H A D | android-plugins.d.ts | 53 export declare const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>>;
|
| H A D | android-plugins.js.map | 1 …withMainActivity","withMainApplication","withProjectBuildGradle","withAppBuildGradle","withSetting…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashLegacyMainActivity.ts | 1 import { ConfigPlugin, withMainActivity } from '@expo/config-plugins'; 15 return withMainActivity(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 48 withMainActivity,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 24 …sXml, withAndroidColors, withAndroidColorsNight, withAndroidStyles, withMainActivity, withMainAppl…
|
| H A D | index.js | 31 withMainActivity: true, property 150 return _androidPlugins().withMainActivity;
|
| H A D | index.js.map | 1 …hAndroidColors,\n withAndroidColorsNight,\n withAndroidStyles,\n withMainActivity,\n withMainA…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashLegacyMainActivity.js | 49 return (0, _configPlugins().withMainActivity)(config, config => {
|
| H A D | withAndroidSplashLegacyMainActivity.js.map | 1 …withMainActivity","modResults","contents","setSplashScreenLegacyMainActivity","language","exports"…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | android-plugins.ts | 130 export const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>> = ( constant
|
| /expo/docs/pages/config-plugins/ |
| H A D | plugins-and-mods.mdx | 247 | `mods.android.mainActivity` | `withMainActivity` | <WarningIcon /> |
|