| /expo/packages/@expo/cli/src/start/doctor/typescript/ |
| H A D | updateTSConfig.ts | 26 const modifications: [string, string][] = []; constant 32 modifications.push(['extends', baseTSConfigName]); 36 if (!modifications.length) { 44 if (modifications.length === 0) { 56 logModifications(modifications); 61 function logModifications(modifications: string[][]) { 69 printTable(modifications.sort((a, b) => a[0].length - b[0].length));
|
| /expo/packages/@expo/config/build/ |
| H A D | Config.d.ts | 47 export declare function modifyConfigAsync(projectRoot: string, modifications: Partial<ExpoConfig>, …
|
| H A D | Config.js | 324 async function modifyConfigAsync(projectRoot, modifications, readOptions = {}, writeOptions = {}) { argument 353 ...modifications 360 ...modifications
|
| H A D | Config.js.map | 1 …modifications","readOptions","writeOptions","type","message","relative","outputConfig","dryRun","w…
|
| /expo/packages/@expo/config/src/ |
| H A D | Config.ts | 244 modifications: Partial<ExpoConfig>, 282 expo: { ...config.rootConfig.expo, ...modifications }, 286 outputConfig = { ...config.rootConfig, ...modifications };
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | RemindersScreen.tsx | 62 Alert.alert('This calendar does not allow modifications'); 95 Alert.alert('This calendar does not allow modifications');
|
| H A D | EventsScreen.tsx | 73 Alert.alert('This calendar does not allow modifications'); 139 Alert.alert('This calendar does not allow modifications');
|
| /expo/packages/expo-structured-headers/android/ |
| H A D | LICENSE | 26 "Source" form shall mean the preferred form for making modifications, 42 editorial revisions, annotations, elaborations, or other modifications 49 the original version of the Work and any modifications or additions 91 modifications, and in Source or Object form, provided that You 123 You may add Your own copyright statement to Your modifications and 125 for use, reproduction, or distribution of Your modifications, or
|
| /expo/ |
| H A D | THIRD-PARTY-LICENSES | 64 "Source" form shall mean the preferred form for making modifications, 80 editorial revisions, annotations, elaborations, or other modifications 87 the original version of the Work and any modifications or additions 129 modifications, and in Source or Object form, provided that You 161 You may add Your own copyright statement to Your modifications and 163 for use, reproduction, or distribution of Your modifications, or 275 "Source" form shall mean the preferred form for making modifications, 298 the original version of the Work and any modifications or additions 340 modifications, and in Source or Object form, provided that You 372 You may add Your own copyright statement to Your modifications and [all …]
|
| /expo/packages/expo-image-manipulator/build/ |
| H A D | ImageManipulator.js.map | 1 …eedsAudit\n/**\n * Manipulate the image provided via `uri`. Available modifications are rotating, …
|
| /expo/guides/ |
| H A D | Creating Versioned Expo SDK for Android.md | 28 …xpoview`. It is a copy of `react-native` code with some Expo-specific modifications to it (e.g. to… 30 …r` mentioned, which, in turn, copies files from `react-native` submodule and applies modifications.
|
| /expo/docs/pages/config-plugins/ |
| H A D | introduction.mdx | 19 …then they can no longer be safely regenerated without potentially overwriting manual modifications.
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | Plugin.types.js.map | 1 …modifications should be made when introspect is `true`.\n */\n readonly introspect: boolean;\n\…
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | mod-compiler.js.map | 1 …modifications\n delete config.modResults;\n // @ts-ignore: `modRequest` is added for…
|
| /expo/packages/expo-maps/src/ |
| H A D | Map.tsx | 178 …iOS < 13 doesn't support Points Of Interest Filters and their display modifications for Apple Maps…
|
| /expo/docs/pages/workflow/ |
| H A D | prebuild.mdx | 21 …reate [config plugins][config-plugins] — functions that perform modifications on native proj… 83 …ugins][config-plugins]. Many config plugins already exist for lots of modifications. You can [see … 91 In addition to generating the native folders, prebuild also makes the following modifications:
|
| /expo/packages/expo-modules-core/ |
| H A D | README.md | 36 …ct and, in some cases, configured further. These actions require some modifications to the native …
|
| /expo/docs/pages/versions/v49.0.0/config/ |
| H A D | metro.mdx | 341 These modifications are meant to replace `npx react-native bundle` and `npx react-native start` wit… 379 … in the Xcode project, select the "Start Packager" build phase and add the following modifications: 410 …, select the "Bundle React Native code and images" build phase and add the following modifications:
|
| /expo/docs/pages/versions/unversioned/config/ |
| H A D | metro.mdx | 372 These modifications are meant to replace `npx react-native bundle` and `npx react-native start` wit… 410 … in the Xcode project, select the "Start Packager" build phase and add the following modifications: 441 …, select the "Bundle React Native code and images" build phase and add the following modifications:
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | gl-view.mdx | 138 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
|
| /expo/docs/pages/guides/ |
| H A D | adopting-prebuild.mdx | 109 If your project has any native modifications (changes to the **android** or **ios** directories, su…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | gl-view.mdx | 134 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | gl-view.mdx | 138 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | gl-view.mdx | 134 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | gl-view.mdx | 134 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
|