Home
last modified time | relevance | path

Searched refs:nativeModulesDir (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-modules-autolinking/src/autolinking/
H A DmergeLinkingOptions.ts39 finalOptions.nativeModulesDir = await resolveNativeModulesDirAsync(
40 finalOptions.nativeModulesDir,
92 nativeModulesDir: string | null | undefined,
97 const resolvedPath = path.resolve(projectRoot, nativeModulesDir || 'modules');
H A DfindModules.ts25 options.nativeModulesDir && fs.existsSync(options.nativeModulesDir)
26 ? [options.nativeModulesDir, ...options.searchPaths]
32 const isNativeModulesDir = searchPath === options.nativeModulesDir;
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DmergeLinkingOptions.js31 …finalOptions.nativeModulesDir = await resolveNativeModulesDirAsync(finalOptions.nativeModulesDir, …
73 async function resolveNativeModulesDirAsync(nativeModulesDir, cwd) { argument
76 const resolvedPath = path_1.default.resolve(projectRoot, nativeModulesDir || 'modules');
H A DfindModules.js24 …const searchPaths = new Set(options.nativeModulesDir && fs_extra_1.default.existsSync(options.nati…
25 ? [options.nativeModulesDir, ...options.searchPaths]
29 const isNativeModulesDir = searchPath === options.nativeModulesDir;
H A DmergeLinkingOptions.js.map1nativeModulesDir = await resolveNativeModulesDirAsync(\n finalOptions.nativeModulesDir,\n pr…
H A DfindModules.js.map1nativeModulesDir && fs.existsSync(options.nativeModulesDir)\n ? [options.nativeModulesDir, ..…
/expo/packages/expo-modules-autolinking/src/
H A Dtypes.ts12 nativeModulesDir?: string | null; property
/expo/packages/expo-modules-autolinking/build/
H A Dtypes.d.ts9 nativeModulesDir?: string | null; property
H A Dtypes.js.map1 …g[] | null;\n platform: SupportedPlatform;\n silent?: boolean;\n nativeModulesDir?: string | nu…
/expo/packages/create-expo-module/src/
H A DcreateExampleApp.ts141 nativeModulesDir: '..',
/expo/packages/create-expo-module/build/
H A DcreateExampleApp.js114 nativeModulesDir: '..', property
H A DcreateExampleApp.js.map1 …etect and link the module.\n packageJson.expo.autolinking = {\n nativeModulesDir: '..',\n };\…
/expo/packages/expo-modules-autolinking/
H A DCHANGELOG.md134 - The `searchPaths` and `nativeModulesDir` options now support direct paths to specific module dire…
210 - Add `nativeModulesDir` option to specify app's custom native modules location. ([#15415](https://…
/expo/docs/pages/modules/
H A Duse-standalone-expo-module-in-your-project.mdx39 "nativeModulesDir": "../../packages"