Home
last modified time | relevance | path

Searched refs:Dev (Results 1 – 25 of 29) sorted by relevance

12

/expo/tools/src/commands/
H A DPackagesDependencyGraphCommand.ts16 options.dev && DependencyKind.Dev,
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherUpdatesHelper.m15 requestHeaders[@"Expo-Dev-Client-ID"] = installationID;
/expo/tools/src/packages-graph/
H A DPackagesGraphEdge.ts51 DependencyKind.Dev,
H A DPackagesGraph.ts49 DependencyKind.Dev,
H A DPackagesGraphUtils.ts117 case DependencyKind.Dev:
/expo/ios/Tests/Environment/
H A DEXEnvironmentTests.m60 …XCTAssert(_environment.allManifestUrls.count == 2, @"Dev detached app should have one local, and o…
61 …XCTAssert([_environment.allManifestUrls containsObject:expectedProdUrl], @"Dev detached app's `all…
62 …XCTAssert([_environment.allManifestUrls containsObject:expectedDevUrl], @"Dev detached app's `allM…
/expo/packages/expo-dev-launcher/build/
H A DDevLauncher.js.map1 …tiveModules } from 'react-native';\nimport './setUpErrorHandler.fx';\n\n// Dev launcher manifests …
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherUpdatesHelperTests.m52 XCTAssertEqualObjects(installationID, requestHeaders[@"Expo-Dev-Client-ID"]);
H A DEXDevLauncherManifestParserTests.m163 XCTAssertEqualObjects(installationID, request.allHTTPHeaderFields[@"Expo-Dev-Client-ID"]);
/expo/tools/src/
H A DPackages.ts28 Dev = 'devDependencies', enumerator
33 export const DefaultDependencyKind = [DependencyKind.Normal, DependencyKind.Dev];
/expo/.github/workflows/
H A Ddevelopment-client-latest-e2e.yml76 author_name: Dev Client e2e
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTDevMenu.mm235 ABI49_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reset to default");
249 … ABI49_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reload");
389 … ABI49_0_0RCTTriggerReloadCommandListeners(@"Dev menu - apply changes");
424 …NSString *devMenuTitle = [NSString stringWithFormat:@"ABI49_0_0React Native Dev Menu (%@)", devMen…
/expo/docs/.vale/writing-styles/expo-docs/
H A DHeadingCase.yml61 - Dev
/expo/packages/expo-dev-menu/
H A DREADME.md11 …ative functions, located in the `android`, `ios` and `src` folders and the Dev Menu interface, loc…
/expo/packages/expo-dev-launcher/
H A DREADME.md11 …ative functions, located in the `android`, `ios` and `src` folders and the Dev Launcher interface,…
/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestParser.m104 [request setValue:self.installationID forHTTPHeaderField:@"Expo-Dev-Client-ID"];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTDevMenu.mm235 ABI47_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reset to default");
249 … ABI47_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reload");
389 … ABI47_0_0RCTTriggerReloadCommandListeners(@"Dev menu - apply changes");
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTDevMenu.mm235 ABI48_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reset to default");
249 … ABI48_0_0RCTTriggerReloadCommandListeners(@"Dev menu - reload");
389 … ABI48_0_0RCTTriggerReloadCommandListeners(@"Dev menu - apply changes");
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DBundlerDevServer-test.ts336 /Dev server instance not found/
/expo/docs/pages/guides/
H A Dtroubleshooting-proxies.mdx12 …oxy application, named [Charles](http://charlesproxy.com), is what our iOS Dev Team uses. Meet Cha…
H A Dadopting-prebuild.mdx123 - [Expo Dev Client][dev-client]: Create your own personal "Expo Go" type app around your native run…
/expo/docs/pages/build-reference/
H A Dvariants.mdx74 name: IS_DEV ? 'MyApp (Dev)' : 'MyApp',
202 <string name="app_name">MyApp - Dev</string>
/expo/docs/pages/archive/
H A Dexpo-cli.mdx163 | `--dev` | Deprecated: Dev mode is used by default …
191 | `--dev` | Deprecated: Dev mode is used by default …
692 <Collapsible summary={<><h4>expo client:ios</h4>Superseded by Expo Dev Clients</>}>
732 | `expo client:ios` | Removed in favor of Dev Clients |
773 - Dev Tools UI has been deprecated in favor of the CLI's Terminal UI, Flipper, and Remote Debugging.
/expo/guides/releasing/
H A DQuality Assurance.md119 5. Dev menu functionality should work when the app is loaded.
/expo/ios/Exponent/Versioned/Core/
H A DEXVersionManagerObjC.m162 #pragma mark - Dev menu

12