Home
last modified time | relevance | path

Searched refs:withStringsXml (Results 1 – 23 of 23) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidUserInterfaceStyle-test.ts1 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 DwithAndroidUserInterfaceStyle.ts1 import { ConfigPlugin, WarningAggregator, withStringsXml } from '@expo/config-plugins';
4 return withStringsXml(config, (config) => {
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 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 Dandroid-plugins.d.ts25 export declare const withStringsXml: ConfigPlugin<Mod<Resources.ResourceXML>>;
H A Dandroid-plugins.js.map1withStringsXml","withMod","platform","mod","exports","withAndroidColors","withAndroidColorsNight",…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStrings.ts1 import { AndroidConfig, ConfigPlugin, withStringsXml } from '@expo/config-plugins';
9 return withStringsXml(config, (config) => {
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts3 import { AndroidConfig, ConfigPlugin, withStringsXml } from 'expo/config-plugins';
13 return withStringsXml(config, (config) => {
/expo/packages/expo-localization/plugin/src/
H A DwithExpoLocalization.ts7 withStringsXml,
36 return withStringsXml(config, (config) => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.js.map1withStringsXml","_config$android$userI","_config$android","userInterfaceStyle","android","WarningA…
H A DwithAndroidUserInterfaceStyle.js15 return (0, _configPlugins().withStringsXml)(config, config => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts44 withStringsXml,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 export { withAndroidManifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroi…
H A Dindex.js27 withStringsXml: true, property
204 return _androidPlugins().withStringsXml;
H A Dindex.js.map1 …from './plugins/ios-plugins';\n\nexport {\n withAndroidManifest,\n withStringsXml,\n withAndroi…
/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts36 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 DwithAndroidSplashStrings.js.map1withStringsXml","splashConfig","getAndroidSplashConfig","_config$androidStatus","resizeMode","stat…
H A DwithAndroidSplashStrings.js25 return (0, _configPlugins().withStringsXml)(config, config => {
/expo/packages/expo-localization/plugin/build/
H A DwithExpoLocalization.js28 return (0, config_plugins_1.withStringsXml)(config, (config) => {
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.js12 return (0, config_plugins_1.withStringsXml)(config, (config) => {
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts10 withStringsXml,
137 return withStringsXml(config, (config) => {
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js94 return (0, config_plugins_1.withStringsXml)(config, (config) => {
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx301 - `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 Dplugins-and-mods.mdx242 | `mods.android.strings` | `withStringsXml` | - |