UNPKG

reactnativeepictrailsds

Version:

A flexible and customizable design system for React Native, providing pre-built UI components, typography, and themes to enhance mobile app development.

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; }