create-expo-module
Version:
The script to create the Expo module
9 lines (8 loc) • 404 B
TypeScript
import { resolveFeatures } from './features';
/**
* Resolves the target directory for a new local module given the project's `package.json` path.
* Respects `expo.autolinking.nativeModulesDir` when present; falls back to `modules/`.
* @internal Exported for testing.
*/
export declare function resolveLocalModuleDir(packageJsonPath: string, targetOrSlug: string): string;
export { resolveFeatures };