| /expo/packages/expo-router/build/ |
| H A D | getServerManifest.d.ts | 28 [named: string]: string; 36 [named: string]: string; 44 [named: string]: string; 52 [named: string]: string;
|
| H A D | routes-manifest.d.ts | 5 [named: string]: string;
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Strings.ts | 39 export function removeStringItem(named: string, stringFileContentsJSON: ResourceXML): ResourceXML { 42 (e: ResourceItemXML) => e.$.name === named
|
| H A D | Colors.ts | 38 export function removeColorItem(named: string, contents: ResourceXML) { 40 const index = contents.resources.color.findIndex((e: ResourceItemXML) => e.$.name === named);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Strings.js | 45 function removeStringItem(named, stringFileContentsJSON) { argument 48 …onst stringNameExists = stringFileContentsJSON.resources.string.findIndex(e => e.$.name === named);
|
| H A D | Strings.d.ts | 6 export declare function removeStringItem(named: string, stringFileContentsJSON: ResourceXML): Resou…
|
| H A D | Colors.js | 52 function removeColorItem(named, contents) { argument 55 const index = contents.resources.color.findIndex(e => e.$.name === named);
|
| H A D | Colors.d.ts | 6 export declare function removeColorItem(named: string, contents: ResourceXML): ResourceXML;
|
| H A D | Strings.js.map | 1 …named","_stringFileContentsJS2","splice"],"sources":["../../src/android/Strings.ts"],"sourcesConte…
|
| /expo/guides/ |
| H A D | Migrating Universal Modules to TypeScript.md | 23 Ideally we would make the main entry-point of a module be a file named like the module like `build/… 45 // @ts-ignore: Temporarily define an export named "FileSystem" for legacy compatibility 50 …eprecated. Use "import * as FileSystem from 'expo-file-system'" or import named exports instead. S… 59 Then eventually remove the index in favor of the named file. (`src/FileSystem.ts`) 89 In the root `.circleci/config.yaml` add a step to the job named `expo_sdk`. This should be in alpha… 140 …b implementation's native layer and API layer, types should be moved to a named file with the `.ty…
|
| /expo/tools/src/android-update-native-dependencies/ |
| H A D | initScript.gradle | 14 tasks.named("dependencyUpdates").configure {
|
| /expo/ios/Exponent/Versioned/Core/ |
| H A D | EXVersionManagerObjC.m | 152 RCTRedBox *redBox = [self _moduleInstanceForBridge:bridge named:@"RedBox"]; 166 …RCTDevSettings *devSettings = (RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevS… 211 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 230 …RCTDevSettings *devSettings = (RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevS… 248 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 264 id devMenu = [self _moduleInstanceForBridge:bridge named:@"DevMenu"]; 274 …RCTDevSettings *devSettings = (RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevS… 280 …RCTDevSettings *devSettings = (RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevS… 286 …RCTDevSettings *devSettings = (RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevS… 287 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; [all …]
|
| /expo/packages/expo-router/src/ |
| H A D | routes-manifest.ts | 10 routeKeys: { [named: string]: string };
|
| /expo/fastlane/screenshots/ |
| H A D | README.txt | 4 The screenshots can be named whatever you want, but keep in mind they are sorted alphabetically.
|
| /expo/packages/expo-module-scripts/templates/scripts/ |
| H A D | with-node.sh | 32 …y the path to your Node.js executable by defining an environment variable named NODE_BINARY in you…
|
| /expo/packages/expo-constants/scripts/ |
| H A D | with-node.sh | 32 …y the path to your Node.js executable by defining an environment variable named NODE_BINARY in you…
|
| /expo/packages/expo-updates/scripts/ |
| H A D | with-node.sh | 32 …y the path to your Node.js executable by defining an environment variable named NODE_BINARY in you…
|
| /expo/docs/pages/eas-update/ |
| H A D | eas-cli.mdx | 17 …anch named "version-1.0". When we're ready, we can adjust the channel–branch pointer. Imagine we h… 100 …links. If you had a channel named "production" linked to a branch named "version-1.0", and then yo…
|
| H A D | deployment-patterns.mdx | 88 …annels named "production", which will eventually get reviewed and become available on app stores. … 90 4. Merge changes into a branch named "staging". The GitHub Action will publish an update and make i… 96 …ur team, since deploying updates occurs when merging into GitHub branches named "staging" and "pro… 124 2. Create builds with channels named like "ios-staging", "ios-production", "android-staging", and "… 126 …oid app into the branch "android-staging" and when ready, into the branch named "android-productio… 161 …named "production-rtv-1" (indicating a channel with a runtime version "1"), which will eventually … 163 4. Merge changes into a branch named "version-1". 168 1. Create another GitHub branch named "version-2". 175 3. Create another GitHub branch named "version-2". 178 …6. Create a new build with channel named "production-rtv-2", which will eventually get reviewed an…
|
| /expo/packages/expo-modules-core/android/ |
| H A D | ExpoModulesCorePlugin.gradle | 254 nativeBuildDependsOn(project, project.tasks.named(it), null) 258 def preDebugBuild = project.tasks.named('preDebugBuild') 259 def preReleaseBuild = project.tasks.named('preReleaseBuild') 270 project.tasks.named('configureCMakeDebug').configure { 273 project.tasks.named('configureCMakeRelWithDebInfo').configure { 279 project.tasks.named("configureCMakeDebug[${architecture}]")?.configure { 282 project.tasks.named("configureCMakeRelWithDebInfo[${architecture}]")?.configure {
|
| /expo/packages/eslint-config-universe/shared/ |
| H A D | core.js | 131 'space-before-function-paren': ['warn', { anonymous: 'never', named: 'never' }], property
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/ |
| H A D | ABI48_0_0EXVersionManager.mm | 156 ABI48_0_0RCTRedBox *redBox = [self _moduleInstanceForBridge:bridge named:@"RedBox"]; 166 …vSettings = (ABI48_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 213 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 232 …vSettings = (ABI48_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 250 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 266 id devMenu = [self _moduleInstanceForBridge:bridge named:@"DevMenu"]; 276 …vSettings = (ABI48_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 282 …vSettings = (ABI48_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 288 …vSettings = (ABI48_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 289 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/ |
| H A D | ABI47_0_0EXVersionManager.mm | 155 ABI47_0_0RCTRedBox *redBox = [self _moduleInstanceForBridge:bridge named:@"RedBox"]; 165 …vSettings = (ABI47_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 212 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 231 …vSettings = (ABI47_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 249 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 265 id devMenu = [self _moduleInstanceForBridge:bridge named:@"DevMenu"]; 275 …vSettings = (ABI47_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 281 …vSettings = (ABI47_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 287 …vSettings = (ABI47_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 288 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/ |
| H A D | ABI49_0_0EXVersionManager.mm | 173 ABI49_0_0RCTRedBox *redBox = [self _moduleInstanceForBridge:bridge named:@"RedBox"]; 185 …vSettings = (ABI49_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 230 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 249 …vSettings = (ABI49_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 267 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; 283 id devMenu = [self _moduleInstanceForBridge:bridge named:@"DevMenu"]; 293 …vSettings = (ABI49_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 299 …vSettings = (ABI49_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 305 …vSettings = (ABI49_0_0RCTDevSettings *)[self _moduleInstanceForBridge:bridge named:@"DevSettings"]; 306 id perfMonitor = [self _moduleInstanceForBridge:bridge named:@"PerfMonitor"]; [all …]
|
| /expo/ios/Exponent/Kernel/Core/ |
| H A D | EXKernel.h | 43 - (id)nativeModuleForAppManager:(EXReactAppManager *)appManager named:(NSString *)moduleName;
|