Home
last modified time | relevance | path

Searched refs:withAndroidManifest (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/@expo/config/src/__tests__/fixtures/plugins/
H A Dmy-plugin.js1 const { withAndroidManifest } = require('@expo/config-plugins');
6 return withAndroidManifest(config, (config) => config);
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 …= exports.withAppBuildGradle = exports.withAndroidStyles = exports.withAndroidManifest = exports.w…
22 const withUnknown = config => withAndroidManifest(config, async config => {
52 const withAndroidManifest = (config, action) => { function
66 exports.withAndroidManifest = withAndroidManifest;
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidManifestIcons.ts1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins';
5 withAndroidManifest(config, (config) => {
/expo/packages/@expo/config-plugins/src/android/
H A DWindowSoftInputMode.ts5 import { withAndroidManifest } from '../plugins/android-plugins';
15 return withAndroidManifest(config, async (config) => {
H A DPermissions.ts5 import { withAndroidManifest } from '../plugins/android-plugins';
19 return withAndroidManifest(config, async (config) => {
38 return withAndroidManifest(config, async (config) => {
/expo/packages/expo-dev-launcher/plugin/src/
H A DwithDevLauncher.ts5 withAndroidManifest,
24 config = withAndroidManifest(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/
H A DwithAndroidBranch.ts1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins';
13 return withAndroidManifest(config, (config) => {
/expo/packages/expo-branch/plugin/src/
H A DwithBranchAndroid.ts2 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from 'expo/config-plugins';
13 return withAndroidManifest(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-ads-admob/
H A DwithAndroidAdMob.ts1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins';
14 return withAndroidManifest(config, (config) => {
/expo/packages/expo-localization/plugin/src/
H A DwithExpoLocalization.ts5 withAndroidManifest,
25 config = withAndroidManifest(config, (config) => {
/expo/packages/expo-media-library/plugin/src/
H A DwithMediaLibrary.ts4 withAndroidManifest,
26 return withAndroidManifest(config, async (config) => {
/expo/packages/expo-dev-client/plugin/src/
H A DwithGeneratedAndroidScheme.ts5 withAndroidManifest,
16 return withAndroidManifest(config, (config) => {
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidManifestIcons.js.map1withAndroidManifest","modResults","setRoundIconManifest","exports","manifest","_config$android","i…
H A DwithAndroidManifestIcons.js15 const withAndroidManifestIcons = config => (0, _configPlugins().withAndroidManifest)(config, config…
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts43 withAndroidManifest,
/expo/packages/expo-dev-launcher/plugin/build/
H A DwithDevLauncher.js15 config = (0, config_plugins_1.withAndroidManifest)(config, (config) => {
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 export { withAndroidManifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroi…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts5 withAndroidManifest,
50 return withAndroidManifest(config, (config) => {
/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts19 withAndroidManifest(config, async (config) => {
54 export const withAndroidManifest: ConfigPlugin<Mod<Manifest.AndroidManifest>> = ( constant
/expo/packages/@expo/config-plugins/build/android/
H A DWindowSoftInputMode.js.map1withAndroidManifest","modResults","setWindowSoftInputModeMode","exports","androidManifest","app","…
H A DWindowSoftInputMode.js29 return (0, _androidPlugins().withAndroidManifest)(config, async config => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-branch/
H A DwithAndroidBranch.js.map1withAndroidManifest","modResults","setBranchApiKey","exports","getBranchApiKey","_config$android$c…
H A DwithAndroidBranch.js23 return (0, _configPlugins().withAndroidManifest)(config, config => {
/expo/packages/expo-branch/plugin/build/
H A DwithBranchAndroid.js8 return (0, config_plugins_1.withAndroidManifest)(config, (config) => {
/expo/packages/expo-localization/plugin/build/
H A DwithExpoLocalization.js17 config = (0, config_plugins_1.withAndroidManifest)(config, (config) => {

12