UNPKG

reactnativeepictrailsds

Version:

A modern, production-ready design system for React Native — featuring pre-styled, customizable components, state-based UI logic, theme support, and seamless integration with Tailwind, Expo, and TypeScript. Built for scalable mobile app development with ac

9 lines 229 B
export interface NavigationBarProps { title: string; device?: 'ios' | 'android'; action?: 1 | 2 | 3; size?: 'compact' | 'expandable'; onClose?: () => void; onClipboard?: () => void; onForward?: () => void; }