| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/ |
| H A D | withAndroidUserInterfaceStyle-test.ts | 1 import { WarningAggregator, withStringsXml } from '@expo/config-plugins'; 10 withStringsXml: jest.fn(), 26 mod: withStringsXml, 46 mod: withStringsXml,
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.ts | 1 import { ConfigPlugin, WarningAggregator, withStringsXml } from '@expo/config-plugins'; 4 return withStringsXml(config, (config) => {
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | android-plugins.js | 8 exports.withStringsXml = exports.withSettingsGradle = exports.withProjectBuildGradle = exports.with… 34 const withUnknown = config => withStringsXml(config, async config => { 67 const withStringsXml = (config, action) => { function 81 exports.withStringsXml = withStringsXml;
|
| H A D | android-plugins.d.ts | 25 export declare const withStringsXml: ConfigPlugin<Mod<Resources.ResourceXML>>;
|
| H A D | android-plugins.js.map | 1 …withStringsXml","withMod","platform","mod","exports","withAndroidColors","withAndroidColorsNight",…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStrings.ts | 1 import { AndroidConfig, ConfigPlugin, withStringsXml } from '@expo/config-plugins'; 9 return withStringsXml(config, (config) => {
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withAndroidUserInterfaceStyle.ts | 3 import { AndroidConfig, ConfigPlugin, withStringsXml } from 'expo/config-plugins'; 13 return withStringsXml(config, (config) => {
|
| /expo/packages/expo-localization/plugin/src/ |
| H A D | withExpoLocalization.ts | 7 withStringsXml, 36 return withStringsXml(config, (config) => {
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.js.map | 1 …withStringsXml","_config$android$userI","_config$android","userInterfaceStyle","android","WarningA…
|
| H A D | withAndroidUserInterfaceStyle.js | 15 return (0, _configPlugins().withStringsXml)(config, config => {
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 44 withStringsXml,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 24 export { withAndroidManifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroi…
|
| H A D | index.js | 27 withStringsXml: true, property 204 return _androidPlugins().withStringsXml;
|
| H A D | index.js.map | 1 …from './plugins/ios-plugins';\n\nexport {\n withAndroidManifest,\n withStringsXml,\n withAndroi…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | android-plugins.ts | 36 withStringsXml(config, async (config) => { 71 export const withStringsXml: ConfigPlugin<Mod<Resources.ResourceXML>> = (config, action) => { constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStrings.js.map | 1 …withStringsXml","splashConfig","getAndroidSplashConfig","_config$androidStatus","resizeMode","stat…
|
| H A D | withAndroidSplashStrings.js | 25 return (0, _configPlugins().withStringsXml)(config, config => {
|
| /expo/packages/expo-localization/plugin/build/ |
| H A D | withExpoLocalization.js | 28 return (0, config_plugins_1.withStringsXml)(config, (config) => {
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidUserInterfaceStyle.js | 12 return (0, config_plugins_1.withStringsXml)(config, (config) => {
|
| /expo/packages/expo-navigation-bar/plugin/src/ |
| H A D | withNavigationBar.ts | 10 withStringsXml, 137 return withStringsXml(config, (config) => {
|
| /expo/packages/expo-navigation-bar/plugin/build/ |
| H A D | withNavigationBar.js | 94 return (0, config_plugins_1.withStringsXml)(config, (config) => {
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 301 - `withStringsXml`: A mod exposed by `expo/config-plugins` which writes a property to the Android *… 375 const { AndroidConfig, withStringsXml } = require('expo/config-plugins'); 378 return withStringsXml(config, config => {
|
| H A D | plugins-and-mods.mdx | 242 | `mods.android.strings` | `withStringsXml` | - |
|