UNPKG

emirapp-cli

Version:

A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript

17 lines (16 loc) 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reactNativeExpoEnterpriseDependencies = exports.reactNativeExpoEnterpriseTemplates = void 0; // React Native Expo Enterprise Template - Coming Soon exports.reactNativeExpoEnterpriseTemplates = {}; exports.reactNativeExpoEnterpriseDependencies = []; // This template will include: // - Advanced navigation patterns // - State management with Zustand/Redux // - Real authentication with secure storage // - Push notifications // - Offline support // - Advanced animations // - Testing setup // - CI/CD for app stores // - And much more...