UNPKG

@devlander/expo-app-config

Version:

A package to help with deployment of expo applications for different environments

9 lines (8 loc) 400 B
import { ColorsFromAssets, ImagesForEnvironment } from "."; export declare const getSplash: (images: ImagesForEnvironment, colors: ColorsFromAssets) => { image: string; backgroundColor: string; resizeMode?: "cover" | "contain"; }; export declare const getAppIcon: (images: ImagesForEnvironment) => string; export declare const getAppBackgroundColor: (colors: ColorsFromAssets) => string;