Searched refs:bundledNativeModules (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/ |
| H A D | bundledNativeModules-test.ts | 36 const bundledNativeModules = await getVersionedNativeModulesAsync(projectRoot, '66.0.0'); constant 37 expect(bundledNativeModules).toEqual({ 56 const bundledNativeModules = await getVersionedNativeModulesAsync(projectRoot, '66.0.0'); constant 57 expect(bundledNativeModules).toEqual({
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | updateBundledNativeModulesFile.ts | 25 const bundledNativeModules = await JsonFile.readAsync<Record<string, string>>( 32 const currentRange = bundledNativeModules[pkg.packageName]; 46 bundledNativeModules[pkg.packageName] = newRange; 49 await JsonFile.writeAsync(bundledNativeModulesPath, bundledNativeModules);
|
| /expo/tools/src/commands/ |
| H A D | SyncBundledNativeModules.ts | 40 const bundledNativeModules = await readBundledNativeModulesAsync(); constant 41 const syncPayload = prepareSyncPayload(bundledNativeModules); 221 function prepareSyncPayload(bundledNativeModules: BundledNativeModules): SyncPayload { 223 nativeModules: Object.entries(bundledNativeModules).map(([npmPackage, versionRange]) => ({
|
| H A D | UpdateProjectTemplates.ts | 127 const bundledNativeModules = require(BUNDLED_NATIVE_MODULES_PATH); constant 132 ...bundledNativeModules,
|
| /expo/packages/@expo/cli/src/start/doctor/dependencies/ |
| H A D | validateDependenciesVersions.ts | 145 bundledNativeModules: BundledNativeModules 151 if (dependencyName in bundledNativeModules) { 199 bundledNativeModules: BundledNativeModules 204 const expectedVersionOrRange = bundledNativeModules[packageName];
|
| H A D | getVersionedPackages.ts | 47 const bundledNativeModules = sdkVersion constant 52 ...bundledNativeModules,
|
| /expo/tools/src/vendoring/ |
| H A D | index.ts | 44 const bundledNativeModules = await getBundledVersionsAsync(); constant 63 const bundledVersion = bundledNativeModules[packageName];
|
| /expo/packages/expo-auth-session/ |
| H A D | CHANGELOG.md | 149 - Fix dependencies to align with bundledNativeModules.json. ([#12113](https://github.com/expo/expo/…
|
| /expo/guides/releasing/ |
| H A D | Release Workflow.md | 96 - Run `et sync-bundled-native-modules` to sync the `bundledNativeModules.json` file with www. 117 …ns wherever possible – based on versions stored in `packages/expo/bundledNativeModules.json` for E… 239 - From the main branch, run `et sync-bundled-native-modules` to sync the `bundledNativeModules.json…
|
| /expo/packages/expo/ |
| H A D | CHANGELOG.md | 478 - Add `react`, `react-native`, `react-dom`, and `react-native-web` to `bundledNativeModules.json`. …
|