Home
last modified time | relevance | path

Searched refs:removeStringItem (Results 1 – 14 of 14) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DStrings.js7 exports.removeStringItem = removeStringItem;
45 function removeStringItem(named, stringFileContentsJSON) { function
H A DStrings.d.ts6 export declare function removeStringItem(named: string, stringFileContentsJSON: ResourceXML): Resou…
H A DName.js77 return (0, _Strings().removeStringItem)('app_name', stringsJSON);
H A DName.js.map1removeStringItem","settingsGradle","_getName"],"sources":["../../src/android/Name.ts"],"sourcesCon…
H A DStrings.js.map1removeStringItem","named","_stringFileContentsJS2","splice"],"sources":["../../src/android/Strings…
H A DUpdates.js112 return (0, _Strings().removeStringItem)('expo_runtime_version', stringsJSON);
H A DUpdates.js.map1removeStringItem","androidManifest","mainApplication","getMainApplicationOrThrow","addMetaDataItem…
/expo/packages/@expo/config-plugins/src/android/
H A DName.ts4 import { removeStringItem, setStringItem } from './Strings';
53 return removeStringItem('app_name', stringsJSON);
H A DStrings.ts39 export function removeStringItem(named: string, stringFileContentsJSON: ResourceXML): ResourceXML { function
H A DUpdates.ts14 import { removeStringItem, setStringItem } from './Strings';
85 return removeStringItem('expo_runtime_version', stringsJSON);
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts40 strings = AndroidConfig.Strings.removeStringItem(key, strings);
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.js30 strings = config_plugins_1.AndroidConfig.Strings.removeStringItem(key, strings);
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js111 strings = config_plugins_1.AndroidConfig.Strings.removeStringItem(key, strings);
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts165 strings = AndroidConfig.Strings.removeStringItem(key, strings);