| /expo/packages/@expo/config/src/__tests__/fixtures/plugins/ |
| H A D | my-plugin.js | 1 const { withAndroidManifest } = require('@expo/config-plugins'); 6 return withAndroidManifest(config, (config) => config);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | android-plugins.js | 8 …= 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 D | withAndroidManifestIcons.ts | 1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins'; 5 withAndroidManifest(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | WindowSoftInputMode.ts | 5 import { withAndroidManifest } from '../plugins/android-plugins'; 15 return withAndroidManifest(config, async (config) => {
|
| H A D | Permissions.ts | 5 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 D | withDevLauncher.ts | 5 withAndroidManifest, 24 config = withAndroidManifest(config, (config) => {
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/ |
| H A D | withAndroidBranch.ts | 1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins'; 13 return withAndroidManifest(config, (config) => {
|
| /expo/packages/expo-branch/plugin/src/ |
| H A D | withBranchAndroid.ts | 2 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 D | withAndroidAdMob.ts | 1 import { AndroidConfig, ConfigPlugin, withAndroidManifest } from '@expo/config-plugins'; 14 return withAndroidManifest(config, (config) => {
|
| /expo/packages/expo-localization/plugin/src/ |
| H A D | withExpoLocalization.ts | 5 withAndroidManifest, 25 config = withAndroidManifest(config, (config) => {
|
| /expo/packages/expo-media-library/plugin/src/ |
| H A D | withMediaLibrary.ts | 4 withAndroidManifest, 26 return withAndroidManifest(config, async (config) => {
|
| /expo/packages/expo-dev-client/plugin/src/ |
| H A D | withGeneratedAndroidScheme.ts | 5 withAndroidManifest, 16 return withAndroidManifest(config, (config) => {
|
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidManifestIcons.js.map | 1 …withAndroidManifest","modResults","setRoundIconManifest","exports","manifest","_config$android","i…
|
| H A D | withAndroidManifestIcons.js | 15 const withAndroidManifestIcons = config => (0, _configPlugins().withAndroidManifest)(config, config…
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 43 withAndroidManifest,
|
| /expo/packages/expo-dev-launcher/plugin/build/ |
| H A D | withDevLauncher.js | 15 config = (0, config_plugins_1.withAndroidManifest)(config, (config) => {
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 24 export { withAndroidManifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroi…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 5 withAndroidManifest, 50 return withAndroidManifest(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | android-plugins.ts | 19 withAndroidManifest(config, async (config) => { 54 export const withAndroidManifest: ConfigPlugin<Mod<Manifest.AndroidManifest>> = ( constant
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | WindowSoftInputMode.js.map | 1 …withAndroidManifest","modResults","setWindowSoftInputModeMode","exports","androidManifest","app","…
|
| H A D | WindowSoftInputMode.js | 29 return (0, _androidPlugins().withAndroidManifest)(config, async config => {
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-branch/ |
| H A D | withAndroidBranch.js.map | 1 …withAndroidManifest","modResults","setBranchApiKey","exports","getBranchApiKey","_config$android$c…
|
| H A D | withAndroidBranch.js | 23 return (0, _configPlugins().withAndroidManifest)(config, config => {
|
| /expo/packages/expo-branch/plugin/build/ |
| H A D | withBranchAndroid.js | 8 return (0, config_plugins_1.withAndroidManifest)(config, (config) => {
|
| /expo/packages/expo-localization/plugin/build/ |
| H A D | withExpoLocalization.js | 17 config = (0, config_plugins_1.withAndroidManifest)(config, (config) => {
|