Home
last modified time | relevance | path

Searched refs:modification (Results 1 – 18 of 18) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DmodifyConfigPlugins.ts16 const modification = await modifyConfigAsync(projectRoot, edits, { constant
20 if (modification.type === 'success') {
26 warnAboutConfigAndThrow(modification.type, modification.message!, exactEdits);
H A DmodifyConfigAsync.ts13 const modification = await modifyConfigAsync(projectRoot, edits, { constant
16 if (modification.type === 'success') {
19 warnAboutConfigAndThrow(modification.type, modification.message!, exactEdits);
/expo/packages/expo-updates/cli/utils/
H A DmodifyConfigAsync.ts12 const modification = await modifyConfigAsync(projectRoot, edits, { constant
15 if (modification.type === 'success') {
18 warnAboutConfigAndThrow(modification.type, modification.message!, exactEdits);
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js.map1modification.\n *\n * @param config\n * @param action\n */\nexport const withAndroidManifest: Conf…
H A Dios-plugins.js.map1modification.\n *\n * @param config\n * @param action\n */\nexport const withAppDelegate: ConfigPl…
/expo/packages/expo-document-picker/build/
H A Dtypes.js.map1 …\n */\n mimeType?: string;\n /**\n * Timestamp of last document modification.\n */\n last…
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.js.map1modification before any other android mods have been run.\n */\n dangerous?: Mod<unknown>;\…
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx78 - Avoid regex: [static modification](#static-modification) is key. If you want to modify a value in…
262 If your plugin is mostly using [static modifications](#static-modification) then it will work well …
424 This can be used to quickly debug the results of [static modifications](#static-modification) witho…
491 ## Static modification
610 * (Utility) Provides the AppDelegate header file for modification.
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGPathMeasure.mm39 * modification, are permitted provided that the following conditions are met:
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGPathMeasure.mm39 * modification, are permitted provided that the following conditions are met:
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGPathMeasure.mm39 * modification, are permitted provided that the following conditions are met:
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGPathMeasure.mm39 * modification, are permitted provided that the following conditions are met:
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.js.map1 …ard';\n\n/**\n * Provides the SplashScreen `.storyboard` xml data for modification.\n *\n * @param…
/expo/packages/expo-file-system/build/
H A DFileSystem.types.js.map1 …a file.\n */\n isDirectory: boolean;\n /**\n * The last modification time of the fil…
/expo/packages/@expo/config/build/
H A DConfig.js.map1 … } else {\n // Otherwise (app.config.json) just add the config modification to the top most…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx279 - **modificationTime (_number_)** -- The last modification time of the file expressed in seconds si…
/expo/packages/expo-media-library/build/
H A DMediaLibrary.js.map1 …creation timestamp.\n */\n creationTime: number;\n /**\n * Last modification timestamp.\n …
/expo/packages/@expo/cli/
H A DCHANGELOG.md266 - Remove entry file modification/index.js generation from `expo prebuild`. Arbitrary entry files in…