Searched refs:nativeModulesDir (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | mergeLinkingOptions.ts | 39 finalOptions.nativeModulesDir = await resolveNativeModulesDirAsync( 40 finalOptions.nativeModulesDir, 92 nativeModulesDir: string | null | undefined, 97 const resolvedPath = path.resolve(projectRoot, nativeModulesDir || 'modules');
|
| H A D | findModules.ts | 25 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 D | mergeLinkingOptions.js | 31 …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 D | findModules.js | 24 …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 D | mergeLinkingOptions.js.map | 1 …nativeModulesDir = await resolveNativeModulesDirAsync(\n finalOptions.nativeModulesDir,\n pr…
|
| H A D | findModules.js.map | 1 …nativeModulesDir && fs.existsSync(options.nativeModulesDir)\n ? [options.nativeModulesDir, ..…
|
| /expo/packages/expo-modules-autolinking/src/ |
| H A D | types.ts | 12 nativeModulesDir?: string | null; property
|
| /expo/packages/expo-modules-autolinking/build/ |
| H A D | types.d.ts | 9 nativeModulesDir?: string | null; property
|
| H A D | types.js.map | 1 …g[] | null;\n platform: SupportedPlatform;\n silent?: boolean;\n nativeModulesDir?: string | nu…
|
| /expo/packages/create-expo-module/src/ |
| H A D | createExampleApp.ts | 141 nativeModulesDir: '..',
|
| /expo/packages/create-expo-module/build/ |
| H A D | createExampleApp.js | 114 nativeModulesDir: '..', property
|
| H A D | createExampleApp.js.map | 1 …etect and link the module.\n packageJson.expo.autolinking = {\n nativeModulesDir: '..',\n };\…
|
| /expo/packages/expo-modules-autolinking/ |
| H A D | CHANGELOG.md | 134 - 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 D | use-standalone-expo-module-in-your-project.mdx | 39 "nativeModulesDir": "../../packages"
|