UNPKG

@nx/expo

Version:

The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.

12 lines 500 B
import { Tree } from '@nx/devkit'; /** * Update Jest configuration for Expo SDK 54. * * Expo 54 requires a different approach for Jest configuration: * - Remove the custom resolver from jest.config * - Delete the jest.resolver.js file * - Add ImportMetaRegistry mock and structuredClone polyfill to test-setup.ts * - Update tsconfig files to remove jest.resolver.js references */ export default function update(tree: Tree): Promise<void>; //# sourceMappingURL=update-jest-for-expo-54.d.ts.map