Home
last modified time | relevance | path

Searched refs:modifications (Results 1 – 25 of 39) sorted by relevance

12

/expo/packages/@expo/cli/src/start/doctor/typescript/
H A DupdateTSConfig.ts26 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 DConfig.d.ts47 export declare function modifyConfigAsync(projectRoot: string, modifications: Partial<ExpoConfig>, …
H A DConfig.js324 async function modifyConfigAsync(projectRoot, modifications, readOptions = {}, writeOptions = {}) { argument
353 ...modifications
360 ...modifications
H A DConfig.js.map1modifications","readOptions","writeOptions","type","message","relative","outputConfig","dryRun","w…
/expo/packages/@expo/config/src/
H A DConfig.ts244 modifications: Partial<ExpoConfig>,
282 expo: { ...config.rootConfig.expo, ...modifications },
286 outputConfig = { ...config.rootConfig, ...modifications };
/expo/apps/native-component-list/src/screens/
H A DRemindersScreen.tsx62 Alert.alert('This calendar does not allow modifications');
95 Alert.alert('This calendar does not allow modifications');
H A DEventsScreen.tsx73 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 DLICENSE26 "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 DTHIRD-PARTY-LICENSES64 "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 DImageManipulator.js.map1 …eedsAudit\n/**\n * Manipulate the image provided via `uri`. Available modifications are rotating, …
/expo/guides/
H A DCreating Versioned Expo SDK for Android.md28 …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 Dintroduction.mdx19 …then they can no longer be safely regenerated without potentially overwriting manual modifications.
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.js.map1modifications should be made when introspect is `true`.\n */\n readonly introspect: boolean;\n\…
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js.map1modifications\n delete config.modResults;\n // @ts-ignore: `modRequest` is added for…
/expo/packages/expo-maps/src/
H A DMap.tsx178 …iOS < 13 doesn't support Points Of Interest Filters and their display modifications for Apple Maps…
/expo/docs/pages/workflow/
H A Dprebuild.mdx21 …reate [config plugins][config-plugins] &mdash; 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 DREADME.md36 …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 Dmetro.mdx341 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 Dmetro.mdx372 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 Dgl-view.mdx138 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …
/expo/docs/pages/guides/
H A Dadopting-prebuild.mdx109 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 Dgl-view.mdx134 …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 Dgl-view.mdx138 …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 Dgl-view.mdx134 …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 Dgl-view.mdx134 …ide it, so if you have existing WebGL code, it'll likely require some modifications to run inside …

12