@nx/expo
Version:
8 lines • 389 B
TypeScript
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