expo-modules-autolinking
Version:
Scripts that autolink Expo modules.
7 lines (6 loc) • 316 B
TypeScript
import { SupportedPlatform } from '../types';
export declare function getLinkingImplementationForPlatform(platform: SupportedPlatform): any;
/**
* Get the possible path to the pnpm isolated modules folder.
*/
export declare function getIsolatedModulesPath(packagePath: string, packageName: string): string | null;