@nx/react-native
Version:
10 lines (9 loc) • 366 B
TypeScript
import { ExecutorContext } from '@nx/devkit';
export interface ReactNativeEnsureSymlinkOutput {
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<ReactNativeEnsureSymlinkOutput>;