Home
last modified time | relevance | path

Searched refs:withMainActivity (Results 1 – 12 of 12) sorted by relevance

/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 …orts.withProjectBuildGradle = exports.withMainApplication = exports.withMainActivity = exports.wit…
127 const withMainActivity = (config, action) => { function
141 exports.withMainActivity = withMainActivity;
H A Dandroid-plugins.d.ts53 export declare const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>>;
H A Dandroid-plugins.js.map1withMainActivity","withMainApplication","withProjectBuildGradle","withAppBuildGradle","withSetting…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashLegacyMainActivity.ts1 import { ConfigPlugin, withMainActivity } from '@expo/config-plugins';
15 return withMainActivity(config, (config) => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts48 withMainActivity,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 …sXml, withAndroidColors, withAndroidColorsNight, withAndroidStyles, withMainActivity, withMainAppl…
H A Dindex.js31 withMainActivity: true, property
150 return _androidPlugins().withMainActivity;
H A Dindex.js.map1 …hAndroidColors,\n withAndroidColorsNight,\n withAndroidStyles,\n withMainActivity,\n withMainA…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashLegacyMainActivity.js49 return (0, _configPlugins().withMainActivity)(config, config => {
H A DwithAndroidSplashLegacyMainActivity.js.map1withMainActivity","modResults","contents","setSplashScreenLegacyMainActivity","language","exports"…
/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts130 export const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>> = ( constant
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx247 | `mods.android.mainActivity` | `withMainActivity` | <WarningIcon /> |