| /expo/packages/@expo/cli/src/utils/ |
| H A D | modifyConfigPlugins.ts | 16 const modification = await modifyConfigAsync(projectRoot, edits, { constant 20 if (modification.type === 'success') { 26 warnAboutConfigAndThrow(modification.type, modification.message!, exactEdits);
|
| H A D | modifyConfigAsync.ts | 13 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 D | modifyConfigAsync.ts | 12 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 D | android-plugins.js.map | 1 …modification.\n *\n * @param config\n * @param action\n */\nexport const withAndroidManifest: Conf…
|
| H A D | ios-plugins.js.map | 1 …modification.\n *\n * @param config\n * @param action\n */\nexport const withAppDelegate: ConfigPl…
|
| /expo/packages/expo-document-picker/build/ |
| H A D | types.js.map | 1 …\n */\n mimeType?: string;\n /**\n * Timestamp of last document modification.\n */\n last…
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | Plugin.types.js.map | 1 …modification before any other android mods have been run.\n */\n dangerous?: Mod<unknown>;\…
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 78 - 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 D | ABI47_0_0RNSVGPathMeasure.mm | 39 * modification, are permitted provided that the following conditions are met:
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RNSVGPathMeasure.mm | 39 * modification, are permitted provided that the following conditions are met:
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RNSVGPathMeasure.mm | 39 * modification, are permitted provided that the following conditions are met:
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RNSVGPathMeasure.mm | 39 * modification, are permitted provided that the following conditions are met:
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashScreenStoryboard.js.map | 1 …ard';\n\n/**\n * Provides the SplashScreen `.storyboard` xml data for modification.\n *\n * @param…
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.types.js.map | 1 …a file.\n */\n isDirectory: boolean;\n /**\n * The last modification time of the fil…
|
| /expo/packages/@expo/config/build/ |
| H A D | Config.js.map | 1 … } 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 D | filesystem.mdx | 279 - **modificationTime (_number_)** -- The last modification time of the file expressed in seconds si…
|
| /expo/packages/expo-media-library/build/ |
| H A D | MediaLibrary.js.map | 1 …creation timestamp.\n */\n creationTime: number;\n /**\n * Last modification timestamp.\n …
|
| /expo/packages/@expo/cli/ |
| H A D | CHANGELOG.md | 266 - Remove entry file modification/index.js generation from `expo prebuild`. Arbitrary entry files in…
|