UNPKG

@nx/detox

Version:

The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.

10 lines (9 loc) 314 B
import type { Tree } from 'nx/src/generators/tree'; /** * Get the installed Expo version from package.json. */ export declare function getInstalledExpoVersion(tree: Tree): string | null; /** * Check if the workspace is using Expo v54 or above. */ export declare function isExpoV54OrAbove(tree: Tree): boolean;