@nx/expo
Version:
10 lines (9 loc) • 352 B
TypeScript
import { ExecutorContext } from '@nx/devkit';
export interface ExpoEnsureSymlinkOutput {
success: boolean;
}
/**
* TODO (@xiongemi): remove this function in v20.
* @deprecated It is no longer needed for react native 73.
*/
export default function ensureSymlinkExecutor(_: any, context: ExecutorContext): AsyncGenerator<ExpoEnsureSymlinkOutput>;