react-native-app-starter
Version:
A React Native Template.
10 lines • 473 B
TypeScript
/**
* Application constants and configuration
*/
import { RepositoryUrls, ValidationPatterns, Platforms, BunInstallCommands, ErrorMessages } from "../types";
export declare const REPOSITORY_URLS: RepositoryUrls;
export declare const VALIDATION_PATTERNS: ValidationPatterns;
export declare const PLATFORMS: Platforms;
export declare const BUN_INSTALL_COMMANDS: BunInstallCommands;
export declare const ERROR_MESSAGES: ErrorMessages;
//# sourceMappingURL=constants.d.ts.map