Home
last modified time | relevance | path

Searched refs:bundledNativeModules (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DbundledNativeModules-test.ts36 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 DupdateBundledNativeModulesFile.ts25 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 DSyncBundledNativeModules.ts40 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 DUpdateProjectTemplates.ts127 const bundledNativeModules = require(BUNDLED_NATIVE_MODULES_PATH); constant
132 ...bundledNativeModules,
/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DvalidateDependenciesVersions.ts145 bundledNativeModules: BundledNativeModules
151 if (dependencyName in bundledNativeModules) {
199 bundledNativeModules: BundledNativeModules
204 const expectedVersionOrRange = bundledNativeModules[packageName];
H A DgetVersionedPackages.ts47 const bundledNativeModules = sdkVersion constant
52 ...bundledNativeModules,
/expo/tools/src/vendoring/
H A Dindex.ts44 const bundledNativeModules = await getBundledVersionsAsync(); constant
63 const bundledVersion = bundledNativeModules[packageName];
/expo/packages/expo-auth-session/
H A DCHANGELOG.md149 - Fix dependencies to align with bundledNativeModules.json. ([#12113](https://github.com/expo/expo/…
/expo/guides/releasing/
H A DRelease Workflow.md96 - 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 DCHANGELOG.md478 - Add `react`, `react-native`, `react-dom`, and `react-native-web` to `bundledNativeModules.json`. …