UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

8 lines (7 loc) 158 B
export interface ProgressLineProps { total?: number; progress?: number; progressColor?: string; fillColor?: string; customHeight?: number; }