UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

7 lines (4 loc) 179 B
export const AUDIO_PLAYER_HORIZONTAL_PADDING = 15; export const PROGRESS_BAR_HEIGHT = 3; export const defaultAspectRatioWidth = (height: number): number => (height / 9) * 16;