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.

8 lines 389 B
import { Tree } from '@nx/devkit'; /** * Update Expo splash screen configuration to use the new expo-splash-screen plugin format. * This migration handles the transition from the legacy splash screen configuration * to the new plugin-based format introduced in Expo SDK 53+. */ export default function update(tree: Tree): void; //# sourceMappingURL=update-splash-screen-config.d.ts.map